Package | Description |
---|---|
org.apache.maven.cli.event | |
org.apache.maven.eventspy.internal | |
org.apache.maven.execution |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEventLogger
Logs execution events to logger, eventually user-supplied.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
EventSpyExecutionListener
Forwards execution events to eventspies.
|
Modifier and Type | Field and Description |
---|---|
private ExecutionListener |
EventSpyExecutionListener.delegate |
Modifier and Type | Method and Description |
---|---|
ExecutionListener |
EventSpyDispatcher.chainListener(ExecutionListener listener) |
Modifier and Type | Method and Description |
---|---|
ExecutionListener |
EventSpyDispatcher.chainListener(ExecutionListener listener) |
Constructor and Description |
---|
EventSpyExecutionListener(EventSpyDispatcher dispatcher,
ExecutionListener delegate) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutionListener
Provides a skeleton implementation for execution listeners.
|
Modifier and Type | Field and Description |
---|---|
private ExecutionListener |
DefaultMavenExecutionRequest.executionListener |
Modifier and Type | Method and Description |
---|---|
ExecutionListener |
DefaultMavenExecutionRequest.getExecutionListener() |
ExecutionListener |
MavenExecutionRequest.getExecutionListener() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionRequest |
DefaultMavenExecutionRequest.setExecutionListener(ExecutionListener executionListener) |
MavenExecutionRequest |
MavenExecutionRequest.setExecutionListener(ExecutionListener executionListener) |