A B C D E F G I M O P R S U W

A

activateReactor(String[], String[]) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
activateReactor(String[], String[]) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Dynamically constructs a reactor using the subdirectories of the current directory
addShellEnvironment(String, String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
addShellEnvironment(String, String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Adds the specified environment variable to the Maven invocation.

B

build(InvocationRequest) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 

C

checkRequiredState() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
CHECKSUM_POLICY_FAIL - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The strict checksum policy which fails the build if a corrupt artifact is detected.
CHECKSUM_POLICY_WARN - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The lax checksum policy which only outputs a warning if a corrupt artifact is detected.
CommandLineConfigurationException - Exception in org.apache.maven.shared.invoker
Signals an error during the construction of the command line used to invoke Maven.
CommandLineConfigurationException(String, Throwable) - Constructor for exception org.apache.maven.shared.invoker.CommandLineConfigurationException
Creates a new exception using the specified detail message and cause.
CommandLineConfigurationException(String) - Constructor for exception org.apache.maven.shared.invoker.CommandLineConfigurationException
Creates a new exception using the specified detail message.
consumeLine(String) - Method in class org.apache.maven.shared.invoker.PrintStreamHandler
 

D

DEBUG - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for debug output.
debug(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified debug message.
debug(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified debug message and the accompanying exception.
debug(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
debug(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
DefaultInvocationRequest - Class in org.apache.maven.shared.invoker
Specifies the parameters used to control a Maven invocation.
DefaultInvocationRequest() - Constructor for class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
DefaultInvocationResult - Class in org.apache.maven.shared.invoker
Describes the result of a Maven invocation.
DefaultInvoker - Class in org.apache.maven.shared.invoker
Class intended to be used by clients who wish to invoke a forked Maven process from their applications
DefaultInvoker() - Constructor for class org.apache.maven.shared.invoker.DefaultInvoker
 

E

ERROR - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for error output.
error(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified error message.
error(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified error message and the accompanying exception.
error(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
error(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
execute(InvocationRequest) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
execute(InvocationRequest) - Method in interface org.apache.maven.shared.invoker.Invoker
Executes Maven using the parameters specified by the given invocation request.

F

FATAL - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for fatal error output.
fatalError(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified fatal error message.
fatalError(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified fatal error message and the accompanying exception.
fatalError(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
fatalError(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
findMavenExecutable() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 

G

getActivatedReactorExcludes() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getActivatedReactorExcludes() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the list of subdirectory patterns to exclude from search
getActivatedReactorIncludes() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getActivatedReactorIncludes() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the list of subdirectory patterns to search
getBaseDirectory() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getBaseDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getBaseDirectory() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the base directory of the POM for the Maven invocation.
getBaseDirectory(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the base directory of the POM for the Maven invocation.
getErrorHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getErrorHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the handler used to capture the error output from the Maven build.
getExecutionException() - Method in class org.apache.maven.shared.invoker.DefaultInvocationResult
 
getExecutionException() - Method in interface org.apache.maven.shared.invoker.InvocationResult
Gets the exception that possibly occurred during the execution of the command line.
getExitCode() - Method in class org.apache.maven.shared.invoker.DefaultInvocationResult
 
getExitCode() - Method in interface org.apache.maven.shared.invoker.InvocationResult
Gets the exit code from the Maven invocation.
getFailureBehavior() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getFailureBehavior() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the failure mode of the Maven invocation.
getGlobalChecksumPolicy() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getGlobalChecksumPolicy() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the checksum mode of the Maven invocation.
getGlobalSettingsFile() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getGlobalSettingsFile() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the global settings for the Maven invocation.
getGoals() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getGoals() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the goals for the Maven invocation.
getInputStream(InputStream) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getInputStream(InputStream) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the input stream used to provide input for the invoked Maven build.
getJavaHome() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getJavaHome() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the base directory of the Java installation used to run Maven.
getLocalRepositoryDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getLocalRepositoryDirectory() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getLocalRepositoryDirectory(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the base directory of the local repository to use for the Maven invocation.
getLocalRepositoryDirectory() - Method in interface org.apache.maven.shared.invoker.Invoker
Gets the path to the base directory of the local repository to use for the Maven invocation.
getLocalRepositoryDirectory() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
getLogger() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getLogger() - Method in interface org.apache.maven.shared.invoker.Invoker
Gets the logger used by this invoker to output diagnostic messages.
getLogger() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
getMavenExecutable() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getMavenExecutable() - Method in interface org.apache.maven.shared.invoker.Invoker
Get the customized File of the Maven executable.
getMavenExecutable() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
getMavenHome() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getMavenHome() - Method in interface org.apache.maven.shared.invoker.Invoker
Gets the path to the base directory of the Maven installation used to invoke Maven.
getMavenHome() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
getMavenOpts() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getMavenOpts() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the value of the MAVEN_OPTS environment variable.
getOutputHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getOutputHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the handler used to capture the standard output from the Maven build.
getPomFile() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getPomFile() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the POM for the Maven invocation.
getPomFileName() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getPomFileName() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the (unqualified) filename of the POM for the Maven invocation.
getProfiles() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getProfiles() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the profiles for the Maven invocation.
getProjects() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
A list of specified reactor projects to build instead of all projects.
getProjects() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
A list of specified reactor projects to build instead of all projects.
getProperties() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getProperties() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the system properties for the Maven invocation.
getResumeFrom() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Get the value of resume-from
getResumeFrom() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Get the value of resume-from
getShellEnvironments() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getShellEnvironments() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the environment variables for the Maven invocation.
getThreads() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Get the value of the threads argument.
getThreads() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Get the value of the threads argument.
getThreshold() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Gets the logger's threshold.
getThreshold() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
getToolchainsFile() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getToolchainsFile() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the custom toolchains file
getUserSettingsFile() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
getUserSettingsFile() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the path to the user settings for the Maven invocation.
getWorkingDirectory() - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
getWorkingDirectory() - Method in interface org.apache.maven.shared.invoker.Invoker
Gets the working directory for the Maven invocation.
getWorkingDirectory() - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 

I

INFO - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for info output.
info(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified info message.
info(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified info message and the accompanying exception.
info(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
info(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
InvocationOutputHandler - Interface in org.apache.maven.shared.invoker
Receives the standard/error output from a Maven invocation.
InvocationRequest - Interface in org.apache.maven.shared.invoker
Specifies the parameters used to control a Maven invocation.
InvocationResult - Interface in org.apache.maven.shared.invoker
Describes the result of a Maven invocation.
Invoker - Interface in org.apache.maven.shared.invoker
Provides a facade to invoke Maven.
InvokerLogger - Interface in org.apache.maven.shared.invoker
A logger used by Invoker instances to output diagnostic messages.
isActivatedReactor() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isActivatedReactor() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets whether Maven should search subdirectories to build a dynamic reactor
isAlsoMake() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Get the value of the also-make argument.
isAlsoMake() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Get the value of the also-make argument.
isAlsoMakeDependents() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Get the value of the also-make-dependents
isAlsoMakeDependents() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Get the value of the also-make-dependents
isDebug() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isDebug() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the debug mode of the Maven invocation.
isDebugEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether debug output is enabled for this logger.
isDebugEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isErrorEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether error output is enabled for this logger.
isErrorEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isFatalErrorEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether fatal error output is enabled for this logger.
isFatalErrorEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isInfoEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether info output is enabled for this logger.
isInfoEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
isInteractive() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isInteractive() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the interaction mode of the Maven invocation.
isNonPluginUpdates() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isNonPluginUpdates() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Indicates whether Maven should check for plugin updates.
isOffline() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isOffline() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the network mode of the Maven invocation.
isRecursive() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isRecursive() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the recursion behavior of a reactor invocation.
isShellEnvironmentInherited() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isShellEnvironmentInherited() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Indicates whether the environment variables of the current process should be propagated to the Maven invocation.
isShowErrors() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isShowErrors() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Gets the exception output mode of the Maven invocation.
isShowVersion() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isShowVersion() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
The show version behaviour (-V option)
isUpdateSnapshots() - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
isUpdateSnapshots() - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Indicates whether Maven should enforce an update check for plugins and snapshots.
isWarnEnabled() - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Tests whether warn output is enabled for this logger.
isWarnEnabled() - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 

M

MavenCommandLineBuilder - Class in org.apache.maven.shared.invoker
 
MavenCommandLineBuilder() - Constructor for class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
MavenInvocationException - Exception in org.apache.maven.shared.invoker
Signals an error during the construction of the command line used to invoke Maven, e.g. illegal invocation arguments.
MavenInvocationException(String, Throwable) - Constructor for exception org.apache.maven.shared.invoker.MavenInvocationException
Creates a new exception using the specified detail message and cause.
MavenInvocationException(String) - Constructor for exception org.apache.maven.shared.invoker.MavenInvocationException
Creates a new exception using the specified detail message.

O

org.apache.maven.shared.invoker - package org.apache.maven.shared.invoker
 

P

PrintStreamHandler - Class in org.apache.maven.shared.invoker
Offers an output handler that writes to a print stream like System.out.
PrintStreamHandler() - Constructor for class org.apache.maven.shared.invoker.PrintStreamHandler
Creates a new output handler that writes to System.out.
PrintStreamHandler(PrintStream, boolean) - Constructor for class org.apache.maven.shared.invoker.PrintStreamHandler
Creates a new output handler that writes to the specified print stream.
PrintStreamLogger - Class in org.apache.maven.shared.invoker
Offers a logger that writes to a print stream like System.out.
PrintStreamLogger() - Constructor for class org.apache.maven.shared.invoker.PrintStreamLogger
Creates a new logger that writes to System.out and has a threshold of InvokerLogger.INFO.
PrintStreamLogger(PrintStream, int) - Constructor for class org.apache.maven.shared.invoker.PrintStreamLogger
Creates a new logger that writes to the specified print stream.

R

REACTOR_FAIL_AT_END - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The failure mode "fail-at-end" where the build is only failed at its very end if necessary.
REACTOR_FAIL_FAST - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The failure mode "fail-fast" where the build is stopped by the first failure.
REACTOR_FAIL_NEVER - Static variable in interface org.apache.maven.shared.invoker.InvocationRequest
The failure mode "fail-never" in which Maven will always exit with code 0 regardless of build failures.
ROLE - Static variable in interface org.apache.maven.shared.invoker.Invoker
The role name used to register implementations of this interface within Plexus.
ROLE_HINT - Static variable in class org.apache.maven.shared.invoker.DefaultInvoker
 

S

setAlsoMake(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Enable the 'also make' mode.
setAlsoMake(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Enable the 'also make' mode.
setAlsoMakeDependents(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Enable the 'also make dependents' mode.
setAlsoMakeDependents(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Enable the 'also make dependents' mode.
setBaseDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setBaseDirectory(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the base directory of the POM for the Maven invocation.
setDebug(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setDebug(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the debug mode of the Maven invocation.
setEnvironmentPaths(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setErrorHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setErrorHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setErrorHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the handler used to capture the error output from the Maven build.
setErrorHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the handler used to capture the error output from the Maven build.
setFailureBehavior(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setFailureBehavior(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the failure mode of the Maven invocation.
setFlags(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setGlobalChecksumPolicy(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setGlobalChecksumPolicy(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the checksum mode of the Maven invocation.
setGlobalSettingsFile(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setGlobalSettingsFile(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the global settings for the Maven invocation.
setGoals(List<String>) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setGoals(List<String>) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the goals for the Maven invocation.
setGoals(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setInputStream(InputStream) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setInputStream(InputStream) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setInputStream(InputStream) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the input stream used to provide input for the invoked Maven build.
setInputStream(InputStream) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the input stream used to provide input for the invoked Maven build.
setInteractive(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setInteractive(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the interaction mode of the Maven invocation.
setJavaHome(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setJavaHome(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the base directory of the Java installation used to run Maven.
setLocalRepositoryDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setLocalRepositoryDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setLocalRepositoryDirectory(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the base directory of the local repository to use for the Maven invocation.
setLocalRepositoryDirectory(File) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the path to the base directory of the local repository to use for the Maven invocation.
setLocalRepositoryDirectory(File) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setLogger(InvokerLogger) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setLogger(InvokerLogger) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the logger used by this invoker to output diagnostic messages.
setLogger(InvokerLogger) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setMavenExecutable(File) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setMavenExecutable(File) - Method in interface org.apache.maven.shared.invoker.Invoker
mavenExecutable can either be a file relative to ${maven.home}/bin/ or an absolute file.
setMavenExecutable(File) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
mavenExecutable can either be relative to ${maven.home}/bin/ or absolute
setMavenHome(File) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setMavenHome(File) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the path to the base directory of the Maven installation used to invoke Maven.
setMavenHome(File) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setMavenOpts(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setMavenOpts(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the value of the MAVEN_OPTS environment variable.
setNonPluginUpdates(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setNonPluginUpdates(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Specifies whether Maven should check for plugin updates.
setOffline(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setOffline(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the network mode of the Maven invocation.
setOutputHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setOutputHandler(InvocationOutputHandler) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setOutputHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the handler used to capture the standard output from the Maven build.
setOutputHandler(InvocationOutputHandler) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the handler used to capture the standard output from the Maven build.
setPomFile(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setPomFile(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the POM for the Maven invocation.
setPomFileName(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setPomFileName(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the (unqualified) filename of the POM for the Maven invocation.
setPomLocation(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setProfiles(List<String>) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setProfiles(List<String>) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the profiles for the Maven invocation.
setProfiles(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setProjects(List<String>) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Sets the reactor project list.
setProjects(List<String>) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the reactor project list.
setProperties(Properties) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setProperties(Properties) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the system properties for the Maven invocation.
setProperties(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setReactorBehavior(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setRecursive(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setRecursive(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the recursion behavior of a reactor invocation.
setResumeFrom(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Resume reactor from specified project.
setResumeFrom(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Resume reactor from specified project.
setSettingsLocation(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setShellEnvironment(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setShellEnvironmentInherited(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setShellEnvironmentInherited(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Specifies whether the environment variables of the current process should be propagated to the Maven invocation.
setShowErrors(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setShowErrors(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the exception output mode of the Maven invocation.
setShowVersion(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setShowVersion(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
enable displaying version without stopping the build Equivalent of -V or --show-version
setThreads(String) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
Thread count, for instance 2.0C where C is core multiplied Equivalent of -T or --threads note: available since Maven3
setThreads(String) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Thread count, for instance 2.0C where C is core multiplied Equivalent of -T or --threads note: available since Maven3
setThreads(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setThreshold(int) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Sets the logger's threshold.
setThreshold(int) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
setToolchainsFile(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setToolchainsFile(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the alternate path for the user toolchains file Equivalent of -t or --toolchains note: available since Maven3
setToolchainsLocation(InvocationRequest, Commandline) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
setUpdateSnapshots(boolean) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setUpdateSnapshots(boolean) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Specifies whether Maven should enforce an update check for plugins and snapshots.
setUserSettingsFile(File) - Method in class org.apache.maven.shared.invoker.DefaultInvocationRequest
 
setUserSettingsFile(File) - Method in interface org.apache.maven.shared.invoker.InvocationRequest
Sets the path to the user settings for the Maven invocation.
setWorkingDirectory(File) - Method in class org.apache.maven.shared.invoker.DefaultInvoker
 
setWorkingDirectory(File) - Method in interface org.apache.maven.shared.invoker.Invoker
Sets the working directory for the Maven invocation.
setWorkingDirectory(File) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
 
SystemOutHandler - Class in org.apache.maven.shared.invoker
Offers an output handler that writes to System.out.
SystemOutHandler() - Constructor for class org.apache.maven.shared.invoker.SystemOutHandler
Creates a new output handler.
SystemOutHandler(boolean) - Constructor for class org.apache.maven.shared.invoker.SystemOutHandler
Creates a new output handler.
SystemOutLogger - Class in org.apache.maven.shared.invoker
Offers a logger that writes to System.out.
SystemOutLogger() - Constructor for class org.apache.maven.shared.invoker.SystemOutLogger
Creates a new logger with a threshold of InvokerLogger.INFO.

U

userHome - Static variable in interface org.apache.maven.shared.invoker.Invoker
Deprecated. Query this property by yourself, this has nothing to do with invoking Maven and as such does not belong into this API!

W

WARN - Static variable in interface org.apache.maven.shared.invoker.InvokerLogger
The threshold for warn output.
warn(String) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified warning message.
warn(String, Throwable) - Method in interface org.apache.maven.shared.invoker.InvokerLogger
Logs the specified warning message and the accompanying exception.
warn(String) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
warn(String, Throwable) - Method in class org.apache.maven.shared.invoker.PrintStreamLogger
 
wrapStringWithQuotes(String) - Method in class org.apache.maven.shared.invoker.MavenCommandLineBuilder
Deprecated. Quoting of command line arguments should be left to the Commandline from plexus-utils.

A B C D E F G I M O P R S U W

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