Class CliRequest

java.lang.Object
org.apache.maven.cli.CliRequest

public class CliRequest extends Object
CliRequest
  • Field Details

    • args

      String[] args
    • commandLine

      org.apache.commons.cli.CommandLine commandLine
    • classWorld

      org.codehaus.plexus.classworlds.ClassWorld classWorld
    • workingDirectory

      String workingDirectory
    • multiModuleProjectDirectory

      File multiModuleProjectDirectory
    • rootDirectory

      Path rootDirectory
    • topDirectory

      Path topDirectory
    • debug

      boolean debug
    • quiet

      boolean quiet
    • showErrors

      boolean showErrors
    • userProperties

      Properties userProperties
    • systemProperties

      Properties systemProperties
    • request

  • Constructor Details

    • CliRequest

      CliRequest(String[] args, org.codehaus.plexus.classworlds.ClassWorld classWorld)
  • Method Details

    • 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()
    • getRequest

      public MavenExecutionRequest getRequest()
    • setUserProperties

      public void setUserProperties(Properties properties)