| Interface | Description |
|---|---|
| InvocationOutputHandler |
Receives the standard/error output from a Maven invocation.
|
| InvocationRequest |
Specifies the parameters used to control a Maven invocation.
|
| InvocationResult |
Describes the result of a Maven invocation.
|
| Invoker |
Provides a facade to invoke Maven.
|
| InvokerLogger |
A logger used by
Invoker instances to output diagnostic messages. |
| Class | Description |
|---|---|
| DefaultInvocationRequest |
Specifies the parameters used to control a Maven invocation.
|
| DefaultInvocationResult |
Describes the result of a Maven invocation.
|
| DefaultInvoker |
Class intended to be used by clients who wish to invoke a forked Maven process from their applications
|
| MavenCommandLineBuilder | |
| PrintStreamHandler |
Offers an output handler that writes to a print stream like
System.out. |
| PrintStreamLogger |
Offers a logger that writes to a print stream like
System.out. |
| SystemOutHandler |
Offers an output handler that writes to
System.out. |
| SystemOutLogger |
Offers a logger that writes to
System.out. |
| Exception | Description |
|---|---|
| CommandLineConfigurationException |
Signals an error during the construction of the command line used to invoke Maven.
|
| MavenInvocationException |
Signals an error during the construction of the command line used to invoke Maven, e.g. illegal invocation arguments.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.