Interface KeyToolRequest

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String[] getArguments()
      Gets the value of the maxMemory field.
      java.io.File getWorkingDirectory()
      Gets the value of the workingDirectory field.
      boolean isVerbose()
      Gets the value of the verbose field.
      void setArguments​(java.lang.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​(java.io.File workingDirectory)
      Sets the new given value to the field workingDirectory of the request.
      • Methods inherited from interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest

        getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
    • Method Detail

      • isVerbose

        boolean isVerbose()
        Gets the value of the verbose field.
        Returns:
        the value of the verbose field.
      • getArguments

        java.lang.String[] getArguments()
        Gets the value of the maxMemory field.
        Returns:
        the value of the maxMemory field.
      • getWorkingDirectory

        java.io.File getWorkingDirectory()
        Gets the value of the workingDirectory field.
        Returns:
        the value of the workingDirectory field.
      • setVerbose

        void setVerbose​(boolean verbose)
        Sets the new given value to the field verbose of the request.
        Parameters:
        verbose - the new value of the field verbose.
      • setArguments

        void setArguments​(java.lang.String[] arguments)
        Sets the new given value to the field arguments of the request.
        Parameters:
        arguments - the new value of the field arguments.
      • setWorkingDirectory

        void setWorkingDirectory​(java.io.File workingDirectory)
        Sets the new given value to the field workingDirectory of the request.
        Parameters:
        workingDirectory - the new value of the field workingDirectory.