Uses of Interface
org.apache.maven.shared.invoker.InvocationRequest

Uses of InvocationRequest in org.apache.maven.shared.invoker
 

Classes in org.apache.maven.shared.invoker that implement InvocationRequest
 class DefaultInvocationRequest
          Specifies the parameters used to control a Maven invocation.
 

Methods in org.apache.maven.shared.invoker that return InvocationRequest
 InvocationRequest InvocationRequest.setInteractive(boolean interactive)
          Sets the interaction mode of the Maven invocation.
 InvocationRequest InvocationRequest.setOffline(boolean offline)
          Sets the network mode of the Maven invocation.
 InvocationRequest InvocationRequest.setDebug(boolean debug)
          Sets the debug mode of the Maven invocation.
 InvocationRequest InvocationRequest.setShowErrors(boolean showErrors)
          Sets the exception output mode of the Maven invocation.
 InvocationRequest InvocationRequest.setUpdateSnapshots(boolean updateSnapshots)
          Specifies whether Maven should enforce an update check for plugins and snapshots.
 InvocationRequest InvocationRequest.setFailureBehavior(java.lang.String failureBehavior)
          Sets the failure mode of the Maven invocation.
 InvocationRequest InvocationRequest.activateReactor(java.lang.String[] includes, java.lang.String[] excludes)
          Dynamically constructs a reactor using the subdirectories of the current directory
 InvocationRequest InvocationRequest.setLocalRepositoryDirectory(java.io.File localRepository)
          Sets the path to the base directory of the local repository to use for the Maven invocation.
 InvocationRequest InvocationRequest.setInputStream(java.io.InputStream inputStream)
          Sets the input stream used to provide input for the invoked Maven build.
 InvocationRequest InvocationRequest.setOutputHandler(InvocationOutputHandler outputHandler)
          Sets the handler used to capture the standard output from the Maven build.
 InvocationRequest InvocationRequest.setErrorHandler(InvocationOutputHandler errorHandler)
          Sets the handler used to capture the error output from the Maven build.
 InvocationRequest InvocationRequest.setPomFile(java.io.File pomFile)
          Sets the path to the POM for the Maven invocation.
 InvocationRequest InvocationRequest.setPomFileName(java.lang.String pomFilename)
          Sets the (unqualified) filename of the POM for the Maven invocation.
 InvocationRequest InvocationRequest.setBaseDirectory(java.io.File basedir)
          Sets the path to the base directory of the POM for the Maven invocation.
 InvocationRequest InvocationRequest.setJavaHome(java.io.File javaHome)
          Sets the path to the base directory of the Java installation used to run Maven.
 InvocationRequest InvocationRequest.setProperties(java.util.Properties properties)
          Sets the system properties for the Maven invocation.
 InvocationRequest InvocationRequest.setGoals(java.util.List goals)
          Sets the goals for the Maven invocation.
 InvocationRequest InvocationRequest.setProfiles(java.util.List profiles)
          Sets the profiles for the Maven invocation.
 InvocationRequest InvocationRequest.setShellEnvironmentInherited(boolean shellEnvironmentInherited)
          Specifies whether the environment variables of the current process should be propagated to the Maven invocation.
 InvocationRequest InvocationRequest.setUserSettingsFile(java.io.File userSettings)
          Sets the path to the user settings for the Maven invocation.
 InvocationRequest InvocationRequest.setGlobalChecksumPolicy(java.lang.String globalChecksumPolicy)
          Sets the checksum mode of the Maven invocation.
 InvocationRequest InvocationRequest.setNonPluginUpdates(boolean nonPluginUpdates)
          Specifies whether Maven should check for plugin updates.
 InvocationRequest InvocationRequest.setRecursive(boolean recursive)
          Sets the recursion behavior of a reactor invocation.
 InvocationRequest InvocationRequest.addShellEnvironment(java.lang.String name, java.lang.String value)
          Adds the specified environment variable to the Maven invocation.
 InvocationRequest InvocationRequest.setMavenOpts(java.lang.String mavenOpts)
          Sets the value of the MAVEN_OPTS environment variable.
 InvocationRequest InvocationRequest.setShowVersion(boolean showVersion)
          enable displaying version without stopping the build (-V cli option)
 InvocationRequest DefaultInvocationRequest.activateReactor(java.lang.String[] includes, java.lang.String[] excludes)
           
 InvocationRequest DefaultInvocationRequest.setRecursive(boolean recursive)
           
 InvocationRequest DefaultInvocationRequest.setBaseDirectory(java.io.File basedir)
           
 InvocationRequest DefaultInvocationRequest.setDebug(boolean debug)
           
 InvocationRequest DefaultInvocationRequest.setErrorHandler(InvocationOutputHandler errorHandler)
           
 InvocationRequest DefaultInvocationRequest.setFailureBehavior(java.lang.String failureBehavior)
           
 InvocationRequest DefaultInvocationRequest.setGoals(java.util.List goals)
           
 InvocationRequest DefaultInvocationRequest.setInputStream(java.io.InputStream inputStream)
           
 InvocationRequest DefaultInvocationRequest.setInteractive(boolean interactive)
           
 InvocationRequest DefaultInvocationRequest.setLocalRepositoryDirectory(java.io.File localRepository)
           
 InvocationRequest DefaultInvocationRequest.setOffline(boolean offline)
           
 InvocationRequest DefaultInvocationRequest.setOutputHandler(InvocationOutputHandler outputHandler)
           
 InvocationRequest DefaultInvocationRequest.setPomFile(java.io.File pomFile)
           
 InvocationRequest DefaultInvocationRequest.setProperties(java.util.Properties properties)
           
 InvocationRequest DefaultInvocationRequest.setShowErrors(boolean showErrors)
           
 InvocationRequest DefaultInvocationRequest.setUpdateSnapshots(boolean updateSnapshots)
           
 InvocationRequest DefaultInvocationRequest.setShellEnvironmentInherited(boolean shellEnvironmentInherited)
           
 InvocationRequest DefaultInvocationRequest.setJavaHome(java.io.File javaHome)
           
 InvocationRequest DefaultInvocationRequest.setUserSettingsFile(java.io.File userSettings)
           
 InvocationRequest DefaultInvocationRequest.setGlobalChecksumPolicy(java.lang.String globalChecksumPolicy)
           
 InvocationRequest DefaultInvocationRequest.setPomFileName(java.lang.String pomFilename)
           
 InvocationRequest DefaultInvocationRequest.setProfiles(java.util.List profiles)
           
 InvocationRequest DefaultInvocationRequest.setNonPluginUpdates(boolean nonPluginUpdates)
           
 InvocationRequest DefaultInvocationRequest.addShellEnvironment(java.lang.String name, java.lang.String value)
           
 InvocationRequest DefaultInvocationRequest.setMavenOpts(java.lang.String mavenOpts)
           
 InvocationRequest DefaultInvocationRequest.setShowVersion(boolean showVersion)
           
 

Methods in org.apache.maven.shared.invoker with parameters of type InvocationRequest
 org.codehaus.plexus.util.cli.Commandline MavenCommandLineBuilder.build(InvocationRequest request)
           
protected  void MavenCommandLineBuilder.setSettingsLocation(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void MavenCommandLineBuilder.setShellEnvironment(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void MavenCommandLineBuilder.setProfiles(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void MavenCommandLineBuilder.setGoals(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void MavenCommandLineBuilder.setProperties(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void MavenCommandLineBuilder.setPomLocation(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void MavenCommandLineBuilder.setEnvironmentPaths(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void MavenCommandLineBuilder.setReactorBehavior(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
protected  void MavenCommandLineBuilder.setFlags(InvocationRequest request, org.codehaus.plexus.util.cli.Commandline cli)
           
 InvocationResult Invoker.execute(InvocationRequest request)
          Executes Maven using the parameters specified by the given invocation request.
 InvocationResult DefaultInvoker.execute(InvocationRequest request)
           
 



Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.