Class CliRequest


  • public class CliRequest
    extends Object
    CliRequest
    • Method Detail

      • getArgs

        public String[] getArgs()
      • getCommandLine

        public org.apache.commons.cli.CommandLine getCommandLine()
      • getClassWorld

        public org.codehaus.plexus.classworlds.ClassWorld getClassWorld()
      • getWorkingDirectory

        public String getWorkingDirectory()
      • getMultiModuleProjectDirectory

        public File getMultiModuleProjectDirectory()
      • isDebug

        public boolean isDebug()
      • isQuiet

        public boolean isQuiet()
      • isShowErrors

        public boolean isShowErrors()
      • getUserProperties

        public Properties getUserProperties()
      • getSystemProperties

        public Properties getSystemProperties()
      • setUserProperties

        public void setUserProperties​(Properties properties)