Class AbstractKeyToolRequest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String[] getArguments()
      Gets the value of the maxMemory field.
      File getWorkingDirectory()
      Gets the value of the workingDirectory field.
      boolean isVerbose()
      Gets the value of the verbose field.
      void setArguments​(String[] arguments)
      Sets the new given value to the field arguments of the request.
      void setVerbose​(boolean verbose)
      Sets the new given value to the field verbose of the request.
      void setWorkingDirectory​(File workingDirectory)
      Sets the new given value to the field workingDirectory of the request.
      • Methods inherited from class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest

        getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
      • Methods inherited from interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest

        getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
    • Constructor Detail

      • AbstractKeyToolRequest

        public AbstractKeyToolRequest()
    • Method Detail

      • isVerbose

        public boolean isVerbose()
        Gets the value of the verbose field.
        Specified by:
        isVerbose in interface KeyToolRequest
        Returns:
        a boolean
      • setVerbose

        public void setVerbose​(boolean verbose)
        Sets the new given value to the field verbose of the request.
        Specified by:
        setVerbose in interface KeyToolRequest
        Parameters:
        verbose - the new value of the field verbose.
      • setArguments

        public void setArguments​(String[] arguments)
        Sets the new given value to the field arguments of the request.
        Specified by:
        setArguments in interface KeyToolRequest
        Parameters:
        arguments - an array of String objects
      • setWorkingDirectory

        public void setWorkingDirectory​(File workingDirectory)
        Sets the new given value to the field workingDirectory of the request.
        Specified by:
        setWorkingDirectory in interface KeyToolRequest
        Parameters:
        workingDirectory - the new value of the field workingDirectory.