Class CliRequest

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

@Deprecated public class CliRequest extends Object
Deprecated.
CliRequest
  • Field Details

    • args

      String[] args
      Deprecated.
    • commandLine

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

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

      String workingDirectory
      Deprecated.
    • multiModuleProjectDirectory

      File multiModuleProjectDirectory
      Deprecated.
    • rootDirectory

      Path rootDirectory
      Deprecated.
    • topDirectory

      Path topDirectory
      Deprecated.
    • verbose

      boolean verbose
      Deprecated.
    • quiet

      boolean quiet
      Deprecated.
    • showErrors

      boolean showErrors
      Deprecated.
    • userProperties

      Properties userProperties
      Deprecated.
    • systemProperties

      Properties systemProperties
      Deprecated.
    • request

      Deprecated.
  • Constructor Details

    • CliRequest

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

    • getArgs

      public String[] getArgs()
      Deprecated.
    • getCommandLine

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

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

      public String getWorkingDirectory()
      Deprecated.
    • getMultiModuleProjectDirectory

      public File getMultiModuleProjectDirectory()
      Deprecated.
    • isVerbose

      public boolean isVerbose()
      Deprecated.
    • isQuiet

      public boolean isQuiet()
      Deprecated.
    • isShowErrors

      public boolean isShowErrors()
      Deprecated.
    • getUserProperties

      public Properties getUserProperties()
      Deprecated.
    • getSystemProperties

      public Properties getSystemProperties()
      Deprecated.
    • getRequest

      public MavenExecutionRequest getRequest()
      Deprecated.
    • setUserProperties

      public void setUserProperties(Properties properties)
      Deprecated.
    • getRootDirectory

      public Path getRootDirectory()
      Deprecated.
    • getTopDirectory

      public Path getTopDirectory()
      Deprecated.