Interface ArgsAccessor.ArgsMutator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setArgs​(java.lang.String[] aConsoleTask)
      Sets the command line arguments for the args property.
    • Method Detail

      • setArgs

        void setArgs​(java.lang.String[] aConsoleTask)
        Sets the command line arguments for the args property.
        Parameters:
        aConsoleTask - The command line arguments to be stored by the args property.