- clone() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
Creates a shallow copy of this mojo descriptor.
- clone() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
Creates a shallow copy of this mojo descriptor.
- clone() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
Creates a shallow copy of this parameter.
- clone() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
Creates a shallow copy of this parameter.
- clone() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
Creates a shallow copy of this plugin descriptor.
- clone() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
Creates a shallow copy of this plugin descriptor.
- clone() - Method in class org.apache.maven.plugin.descriptor.Requirement
-
Creates a shallow copy of this requirement.
- clone() - Method in class org.apache.maven.plugin.descriptor.Requirement
-
Creates a shallow copy of this requirement.
- constructPluginKey(String, String, String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- constructPluginKey(String, String, String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- contentTransformer - Variable in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Field contentTransformer.
- contentTransformer - Variable in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Field contentTransformer.
- ContextEnabled - Interface in org.apache.maven.plugin
-
Interface to allow Mojos
to communicate with each others Mojos
, other than
project's source root and project's attachment.
The plugin manager would pull the context out of the plugin container context, and populate it into the Mojo.
- ContextEnabled - Interface in org.apache.maven.plugin
-
Interface to allow Mojos
to communicate with each others Mojos
, other than
project's source root and project's attachment.
The plugin manager would pull the context out of the plugin container context, and populate it into the Mojo.
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- equals(Object) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- error(CharSequence) - Method in class org.apache.maven.monitor.logging.DefaultLog
-
- error(CharSequence, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
-
- error(Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
-
- error(CharSequence) - Method in class org.apache.maven.monitor.logging.DefaultLog
-
- error(CharSequence, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
-
- error(Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
-
- error(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message to the user in the error error level.
- error(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message (and accompanying exception) to the user in the error error level.
The error's stacktrace will be output when this error level is enabled.
- error(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send an exception to the user in the error error level.
The stack trace for this exception will be output when this error level is enabled.
- error(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message to the user in the error error level.
- error(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message (and accompanying exception) to the user in the error error level.
The error's stacktrace will be output when this error level is enabled.
- error(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send an exception to the user in the error error level.
The stack trace for this exception will be output when this error level is enabled.
- error(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
- error(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
- error(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
- error(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
- error(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
- error(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
- execute() - Method in interface org.apache.maven.plugin.Mojo
-
Perform whatever build-process behavior this Mojo
implements.
This is the main trigger for the Mojo
inside the Maven
system, and allows
the Mojo
to communicate errors.
- execute() - Method in interface org.apache.maven.plugin.Mojo
-
Perform whatever build-process behavior this Mojo
implements.
This is the main trigger for the Mojo
inside the Maven
system, and allows
the Mojo
to communicate errors.
- Execution - Class in org.apache.maven.plugin.lifecycle
-
A set of goals to execute.
- Execution - Class in org.apache.maven.plugin.lifecycle
-
A set of goals to execute.
- Execution() - Constructor for class org.apache.maven.plugin.lifecycle.Execution
-
- Execution() - Constructor for class org.apache.maven.plugin.lifecycle.Execution
-
- getAddDefaultEntities() - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Returns the state of the "add default entities" flag.
- getAddDefaultEntities() - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Returns the state of the "add default entities" flag.
- getAlias() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getAlias() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getArtifactId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getArtifactId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getArtifactMap() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
The map of artifacts accessible by the versionlessKey, i.e.
- getArtifactMap() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
The map of artifacts accessible by the versionlessKey, i.e.
- getArtifacts() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
Gets the artifacts that make up the plugin's class realm, excluding artifacts shadowed by the Maven core realm
like maven-project
.
- getArtifacts() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
Gets the artifacts that make up the plugin's class realm, excluding artifacts shadowed by the Maven core realm
like maven-project
.
- getClassRealm() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getClassRealm() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getComponentType() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getComponentType() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getConfiguration() - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Get configuration to pass to the goals.
- getConfiguration() - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Get configuration to pass to the goals.
- getConfiguration() - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Get configuration to pass to all goals run in this phase.
- getConfiguration() - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Get configuration to pass to all goals run in this phase.
- getDefaultPluginArtifactId(String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getDefaultPluginArtifactId(String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getDefaultPluginGroupId() - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getDefaultPluginGroupId() - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getDefaultValue() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getDefaultValue() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getDependencyCollectionRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
Gets the scope of (transitive) dependencies that should be collected.
- getDependencyCollectionRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
Gets the scope of (transitive) dependencies that should be collected.
- getDependencyResolutionRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getDependencyResolutionRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getDeprecated() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getDeprecated() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getDeprecated() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getDeprecated() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getDescription() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getDescription() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getDescription() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getDescription() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getExecuteGoal() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getExecuteGoal() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getExecuteLifecycle() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getExecuteLifecycle() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getExecutePhase() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getExecutePhase() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getExecutions() - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Method getExecutions.
- getExecutions() - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Method getExecutions.
- getExecutionStrategy() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getExecutionStrategy() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getExpression() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getExpression() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getFullGoalName() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getFullGoalName() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getGoal() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getGoal() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getGoal() - Method in exception org.apache.maven.plugin.MojoNotFoundException
-
- getGoal() - Method in exception org.apache.maven.plugin.MojoNotFoundException
-
- getGoalPrefix() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getGoalPrefix() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getGoalPrefixFromArtifactId(String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
Parse maven-...-plugin.
- getGoalPrefixFromArtifactId(String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
Parse maven-...-plugin.
- getGoals() - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Method getGoals.
- getGoals() - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Method getGoals.
- getGroupId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getGroupId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getId() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getId() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getId() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Get the ID of this lifecycle, for identification in the mojo
descriptor.
- getId() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Get the ID of this lifecycle, for identification in the mojo
descriptor.
- getId() - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Get the ID of this phase, e.g.,
generate-sources
.
- getId() - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Get the ID of this phase, e.g.,
generate-sources
.
- getImplementation() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getImplementation() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getIntroducedDependencyArtifacts() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getIntroducedDependencyArtifacts() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getLanguage() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getLanguage() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getLifecycleMapping(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getLifecycleMapping(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getLifecycles() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Method getLifecycles.
- getLifecycles() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Method getLifecycles.
- getLog() - Method in class org.apache.maven.plugin.AbstractMojo
-
Returns the logger that has been injected into this mojo.
- getLog() - Method in class org.apache.maven.plugin.AbstractMojo
-
Returns the logger that has been injected into this mojo.
- getLog() - Method in interface org.apache.maven.plugin.Mojo
-
Furnish access to the standard Maven logging mechanism which is managed in this base class.
- getLog() - Method in interface org.apache.maven.plugin.Mojo
-
Furnish access to the standard Maven logging mechanism which is managed in this base class.
- getLongMessage() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
-
- getLongMessage() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
-
- getModelEncoding() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Get the modelEncoding field.
- getModelEncoding() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Get the modelEncoding field.
- getMojo(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getMojo(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getMojoConfiguration() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getMojoConfiguration() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getMojos() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getMojos() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getName() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getName() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getName() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getName() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getParameterMap() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getParameterMap() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getParameters() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getParameters() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getPhase() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getPhase() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getPhases() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Method getPhases.
- getPhases() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Method getPhases.
- getPlugin() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getPlugin() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getPluginArtifact() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getPluginArtifact() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getPluginContext() - Method in class org.apache.maven.plugin.AbstractMojo
-
- getPluginContext() - Method in class org.apache.maven.plugin.AbstractMojo
-
- getPluginContext() - Method in interface org.apache.maven.plugin.ContextEnabled
-
- getPluginContext() - Method in interface org.apache.maven.plugin.ContextEnabled
-
- getPluginDescriptor() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getPluginDescriptor() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getPluginDescriptor() - Method in exception org.apache.maven.plugin.MojoNotFoundException
-
- getPluginDescriptor() - Method in exception org.apache.maven.plugin.MojoNotFoundException
-
- getPluginLookupKey() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getPluginLookupKey() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getRequiredMavenVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getRequiredMavenVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getRequirement() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getRequirement() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getRole() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getRole() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getRole() - Method in class org.apache.maven.plugin.descriptor.Requirement
-
- getRole() - Method in class org.apache.maven.plugin.descriptor.Requirement
-
- getRoleHint() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getRoleHint() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getRoleHint() - Method in class org.apache.maven.plugin.descriptor.Requirement
-
- getRoleHint() - Method in class org.apache.maven.plugin.descriptor.Requirement
-
- getSince() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getSince() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- getSince() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getSince() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getSource() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
-
- getSource() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
-
- getSource() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getSource() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getType() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getType() - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- getVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- getVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- MAVEN_PLUGIN - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
The Plexus component type
- MAVEN_PLUGIN - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
The Plexus component type
- Mojo - Interface in org.apache.maven.plugin
-
This interface forms the contract required for Mojos
to interact with the Maven
infrastructure.
It features an execute()
method, which triggers the Mojo's build-process behavior, and can throw
a MojoExecutionException or MojoFailureException if error conditions occur.
Also included is the setLog(...)
method, which simply allows Maven to inject a logging mechanism which
will allow the Mojo to communicate to the outside world through standard Maven channels.
- Mojo - Interface in org.apache.maven.plugin
-
This interface forms the contract required for Mojos
to interact with the Maven
infrastructure.
It features an execute()
method, which triggers the Mojo's build-process behavior, and can throw
a MojoExecutionException or MojoFailureException if error conditions occur.
Also included is the setLog(...)
method, which simply allows Maven to inject a logging mechanism which
will allow the Mojo to communicate to the outside world through standard Maven channels.
- MojoDescriptor - Class in org.apache.maven.plugin.descriptor
-
- MojoDescriptor - Class in org.apache.maven.plugin.descriptor
-
- MojoDescriptor() - Constructor for class org.apache.maven.plugin.descriptor.MojoDescriptor
-
Default constructor.
- MojoDescriptor() - Constructor for class org.apache.maven.plugin.descriptor.MojoDescriptor
-
Default constructor.
- MojoExecutionException - Exception in org.apache.maven.plugin
-
An exception occurring during the execution of a plugin.
Throwing this exception causes a "BUILD ERROR" message to be displayed.
- MojoExecutionException - Exception in org.apache.maven.plugin
-
An exception occurring during the execution of a plugin.
Throwing this exception causes a "BUILD ERROR" message to be displayed.
- MojoExecutionException(Object, String, String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception providing the source and a short and long message:
these messages are used to improve the message written at the end of Maven build.
- MojoExecutionException(String, Exception) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception wrapping an underlying Exception
and providing a message
.
- MojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception wrapping an underlying Throwable
and providing a message
.
- MojoExecutionException(String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception providing a message
.
- MojoExecutionException(Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Constructs a new MojoExecutionException
exception wrapping an underlying Throwable
.
- MojoExecutionException(Object, String, String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception providing the source and a short and long message:
these messages are used to improve the message written at the end of Maven build.
- MojoExecutionException(String, Exception) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception wrapping an underlying Exception
and providing a message
.
- MojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception wrapping an underlying Throwable
and providing a message
.
- MojoExecutionException(String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception providing a message
.
- MojoExecutionException(Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Constructs a new MojoExecutionException
exception wrapping an underlying Throwable
.
- MojoFailureException - Exception in org.apache.maven.plugin
-
An exception occurring during the execution of a plugin (such as a compilation failure).
Throwing this exception causes a "BUILD FAILURE" message to be displayed.
- MojoFailureException - Exception in org.apache.maven.plugin
-
An exception occurring during the execution of a plugin (such as a compilation failure).
Throwing this exception causes a "BUILD FAILURE" message to be displayed.
- MojoFailureException(Object, String, String) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Construct a new MojoFailureException
exception providing the source and a short and long message:
these messages are used to improve the message written at the end of Maven build.
- MojoFailureException(String) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Construct a new MojoFailureException
exception providing a message.
- MojoFailureException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Construct a new MojoFailureException
exception wrapping an underlying Throwable
and providing a message
.
- MojoFailureException(Throwable) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Constructs a new MojoFailureException
exception wrapping an underlying Throwable
.
- MojoFailureException(Object, String, String) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Construct a new MojoFailureException
exception providing the source and a short and long message:
these messages are used to improve the message written at the end of Maven build.
- MojoFailureException(String) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Construct a new MojoFailureException
exception providing a message.
- MojoFailureException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Construct a new MojoFailureException
exception wrapping an underlying Throwable
and providing a message
.
- MojoFailureException(Throwable) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Constructs a new MojoFailureException
exception wrapping an underlying Throwable
.
- MojoNotFoundException - Exception in org.apache.maven.plugin
-
MojoNotFoundException
- MojoNotFoundException - Exception in org.apache.maven.plugin
-
MojoNotFoundException
- MojoNotFoundException(String, PluginDescriptor) - Constructor for exception org.apache.maven.plugin.MojoNotFoundException
-
- MojoNotFoundException(String, PluginDescriptor) - Constructor for exception org.apache.maven.plugin.MojoNotFoundException
-
- MULTI_PASS_EXEC_STRATEGY - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
"always" execution strategy
- MULTI_PASS_EXEC_STRATEGY - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
"always" execution strategy
- setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Sets the state of the "add default entities" flag.
- setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Sets the state of the "add default entities" flag.
- setAggregator(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setAggregator(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setAlias(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setAlias(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setArtifactId(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setArtifactId(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setArtifacts(List<Artifact>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setArtifacts(List<Artifact>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setClassRealm(ClassRealm) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setClassRealm(ClassRealm) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setConfiguration(Object) - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Set configuration to pass to the goals.
- setConfiguration(Object) - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Set configuration to pass to the goals.
- setConfiguration(Object) - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Set configuration to pass to all goals run in this phase.
- setConfiguration(Object) - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Set configuration to pass to all goals run in this phase.
- setDefaultValue(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setDefaultValue(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setDependencyCollectionRequired(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setDependencyCollectionRequired(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setDependencyResolutionRequired(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setDependencyResolutionRequired(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setDeprecated(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setDeprecated(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setDeprecated(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setDeprecated(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setDescription(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setDescription(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setDescription(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setDescription(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setDirectInvocationOnly(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setDirectInvocationOnly(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setEditable(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setEditable(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setExecuteGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setExecuteGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setExecuteLifecycle(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setExecuteLifecycle(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setExecutePhase(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setExecutePhase(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setExecutions(List<Execution>) - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Set the goals to execute within the phase.
- setExecutions(List<Execution>) - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Set the goals to execute within the phase.
- setExecutionStrategy(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setExecutionStrategy(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setExpression(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setExpression(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setFileComment(String) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
-
Method setFileComment.
- setFileComment(String) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
-
Method setFileComment.
- setGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setGoalPrefix(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setGoalPrefix(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setGoals(List<String>) - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Set the goals to execute.
- setGoals(List<String>) - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Set the goals to execute.
- setGroupId(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setGroupId(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setId(String) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Set the ID of this lifecycle, for identification in the mojo
descriptor.
- setId(String) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Set the ID of this lifecycle, for identification in the mojo
descriptor.
- setId(String) - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Set the ID of this phase, e.g.,
generate-sources
.
- setId(String) - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Set the ID of this phase, e.g.,
generate-sources
.
- setImplementation(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setImplementation(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setIntroducedDependencyArtifacts(Set<Artifact>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setIntroducedDependencyArtifacts(Set<Artifact>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setLanguage(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setLanguage(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setLifecycles(List<Lifecycle>) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Set the lifecycles field.
- setLifecycles(List<Lifecycle>) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Set the lifecycles field.
- setLog(Log) - Method in class org.apache.maven.plugin.AbstractMojo
-
- setLog(Log) - Method in class org.apache.maven.plugin.AbstractMojo
-
- setLog(Log) - Method in interface org.apache.maven.plugin.Mojo
-
Inject a standard Maven
logging mechanism to allow this Mojo
to communicate events
and feedback to the user.
- setLog(Log) - Method in interface org.apache.maven.plugin.Mojo
-
Inject a standard Maven
logging mechanism to allow this Mojo
to communicate events
and feedback to the user.
- setModelEncoding(String) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Set the modelEncoding field.
- setModelEncoding(String) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Set the modelEncoding field.
- setMojoConfiguration(PlexusConfiguration) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setMojoConfiguration(PlexusConfiguration) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setName(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setName(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setName(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setName(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setOnlineRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setOnlineRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setParameters(List<Parameter>) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setParameters(List<Parameter>) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setPhase(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setPhase(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setPhases(List<Phase>) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Set the phase mappings for this lifecycle.
- setPhases(List<Phase>) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Set the phase mappings for this lifecycle.
- setPlugin(Plugin) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setPlugin(Plugin) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setPluginArtifact(Artifact) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setPluginArtifact(Artifact) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setPluginContext(Map) - Method in class org.apache.maven.plugin.AbstractMojo
-
- setPluginContext(Map) - Method in class org.apache.maven.plugin.AbstractMojo
-
- setPluginContext(Map) - Method in interface org.apache.maven.plugin.ContextEnabled
-
Set a new shared context Map
to a mojo before executing it.
- setPluginContext(Map) - Method in interface org.apache.maven.plugin.ContextEnabled
-
Set a new shared context Map
to a mojo before executing it.
- setPluginDescriptor(PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setPluginDescriptor(PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setProjectRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setProjectRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setRequiredMavenVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setRequiredMavenVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setRequirement(Requirement) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setRequirement(Requirement) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setRequiresReports(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setRequiresReports(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setSince(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setSince(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setSince(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setSince(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setSource(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setSource(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setThreadSafe(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setThreadSafe(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
- setType(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setType(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
-
- setVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- setVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
-
- SINGLE_PASS_EXEC_STRATEGY - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
"once-per-session" execution strategy
- SINGLE_PASS_EXEC_STRATEGY - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
"once-per-session" execution strategy
- source - Variable in exception org.apache.maven.plugin.AbstractMojoExecutionException
-
- source - Variable in exception org.apache.maven.plugin.AbstractMojoExecutionException
-
- SystemStreamLog - Class in org.apache.maven.plugin.logging
-
Logger with "standard" output and error output stream.
- SystemStreamLog - Class in org.apache.maven.plugin.logging
-
Logger with "standard" output and error output stream.
- SystemStreamLog() - Constructor for class org.apache.maven.plugin.logging.SystemStreamLog
-
- SystemStreamLog() - Constructor for class org.apache.maven.plugin.logging.SystemStreamLog
-