Class AbstractKeyToolRequest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String[] arguments
      List of additional arguments to append to the jarsigner command line.
      private boolean verbose
      Verbose output.
      private java.io.File workingDirectory
      Location of the working directory.
    • Method Summary

      All Methods Instance Methods Concrete 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 class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest

        getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest

        getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
    • Field Detail

      • verbose

        private boolean verbose
        Verbose output.

        See options.

      • arguments

        private java.lang.String[] arguments
        List of additional arguments to append to the jarsigner command line.
      • workingDirectory

        private java.io.File workingDirectory
        Location of the working directory.
    • 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:
        the value of the verbose field.
      • getArguments

        public java.lang.String[] getArguments()
        Gets the value of the maxMemory field.
        Specified by:
        getArguments in interface KeyToolRequest
        Returns:
        the value of the maxMemory field.
      • getWorkingDirectory

        public java.io.File getWorkingDirectory()
        Gets the value of the workingDirectory field.
        Specified by:
        getWorkingDirectory in interface KeyToolRequest
        Returns:
        the value of the workingDirectory field.
      • 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​(java.lang.String[] arguments)
        Sets the new given value to the field arguments of the request.
        Specified by:
        setArguments in interface KeyToolRequest
        Parameters:
        arguments - the new value of the field arguments.
      • setWorkingDirectory

        public void setWorkingDirectory​(java.io.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.