Uses of Interface
org.apache.maven.shared.invoker.Invoker
-
Uses of Invoker in org.apache.maven.shared.invoker
Modifier and TypeClassDescriptionclass
Class intended to be used by clients who wish to invoke a forked Maven process from their applicationsModifier and TypeMethodDescriptionDefaultInvoker.setErrorHandler
(InvocationOutputHandler errorHandler) Sets the handler used to capture the error output from the Maven build.Invoker.setErrorHandler
(InvocationOutputHandler errorHandler) Deprecated.DefaultInvoker.setInputStream
(InputStream inputStream) Sets the input stream used to provide input for the invoked Maven build.Invoker.setInputStream
(InputStream inputStream) Deprecated.DefaultInvoker.setLocalRepositoryDirectory
(File localRepositoryDirectory) Sets the path to the base directory of the local repository to use for the Maven invocation.Invoker.setLocalRepositoryDirectory
(File localRepositoryDirectory) Sets the path to the base directory of the local repository to use for the Maven invocation.DefaultInvoker.setLogger
(InvokerLogger logger) Sets the logger used by this invoker to output diagnostic messages.Invoker.setLogger
(InvokerLogger logger) Sets the logger used by this invoker to output diagnostic messages.DefaultInvoker.setMavenExecutable
(File mavenExecutable) mavenExecutable
can either be a file relative to ${maven.home}/bin/ or an absolute file.Invoker.setMavenExecutable
(File mavenExecutable) mavenExecutable
can either be a file relative to ${maven.home}/bin/ or an absolute file.DefaultInvoker.setMavenHome
(File mavenHome) Sets the path to the base directory of the Maven installation used to invoke Maven.Invoker.setMavenHome
(File mavenHome) Sets the path to the base directory of the Maven installation used to invoke Maven.DefaultInvoker.setOutputHandler
(InvocationOutputHandler outputHandler) Sets the handler used to capture the standard output from the Maven build.Invoker.setOutputHandler
(InvocationOutputHandler outputHandler) Deprecated.DefaultInvoker.setWorkingDirectory
(File workingDirectory) Sets the working directory for the Maven invocation.Invoker.setWorkingDirectory
(File workingDirectory) Deprecated.Please useInvocationRequest.setBaseDirectory(File)
InvocationRequest.setErrorHandler(InvocationOutputHandler)