Class CliRequest

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

@Deprecated public class CliRequest extends Object
Deprecated.
CliRequest
  • 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.