| 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. |
| Enum | Description |
|---|---|
| InvocationRequest.CheckSumPolicy |
The kind of checksum policy which should be used during Maven invocation.
|
| InvocationRequest.ReactorFailureBehavior |
The reactor failure behavior which to be used during Maven invocation.
|
| 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.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.