Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMojo - Class in org.apache.maven.plugin
-
Abstract class to provide most of the infrastructure required to implement a
Mojo
except for the execute method.
The implementation should have aMojo
annotation with the name of the goal: - AbstractMojo() - Constructor for class org.apache.maven.plugin.AbstractMojo
- AbstractMojoExecutionException - Exception in org.apache.maven.plugin
-
Base exception.
- AbstractMojoExecutionException(String) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
- AbstractMojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
- AbstractMojoExecutionException(Throwable) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
-
Constructs a new
AbstractMojoExecutionException
exception wrapping an underlyingThrowable
. - addExecution(Execution) - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Method addExecution.
- addGoal(String) - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Method addGoal.
- addLifecycle(Lifecycle) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Method addLifecycle.
- addMojo(MojoDescriptor) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- addParameter(Parameter) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- addPhase(Phase) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Method addPhase.
- alwaysExecute() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
B
- build(Reader) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- build(Reader, String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- buildComponentDescriptor(PlexusConfiguration, PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- buildConfiguration(Reader) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
C
- 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.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.
- 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.
- ContextEnabled - Interface in org.apache.maven.plugin
-
Interface to allow
Mojos
to communicate with each othersMojos
, 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.
D
- debug(CharSequence) - Method in class org.apache.maven.monitor.logging.DefaultLog
- debug(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message to the user in the debug error level.
- debug(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- debug(CharSequence, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
- debug(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message (and accompanying exception) to the user in the debug error level.
The error's stacktrace will be output when this error level is enabled. - debug(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- debug(Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
- debug(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send an exception to the user in the debug error level.
The stack trace for this exception will be output when this error level is enabled. - debug(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- DefaultLog - Class in org.apache.maven.monitor.logging
- DefaultLog(Logger) - Constructor for class org.apache.maven.monitor.logging.DefaultLog
- DuplicateMojoDescriptorException - Exception in org.apache.maven.plugin.descriptor
-
DuplicateMojoDescriptorException
- DuplicateMojoDescriptorException(String, String, String, String) - Constructor for exception org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
- DuplicateParameterException - Exception in org.apache.maven.plugin.descriptor
-
DuplicateParameterException
- DuplicateParameterException(String) - Constructor for exception org.apache.maven.plugin.descriptor.DuplicateParameterException
E
- 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.PluginDescriptor
- error(CharSequence) - 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) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- error(CharSequence, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
- 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(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- error(Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
- 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(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 theMojo
inside theMaven
system, and allows theMojo
to communicate errors. - Execution - Class in org.apache.maven.plugin.lifecycle
-
A set of goals to execute.
- Execution() - Constructor for class org.apache.maven.plugin.lifecycle.Execution
G
- 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
- 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.
- 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
- 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.Phase
-
Get configuration to pass to all goals run in this phase.
- getDefaultPluginArtifactId(String) - 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
- 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
- getDeprecated() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- 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.PluginDescriptor
- getExecuteGoal() - 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
- getExecutions() - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Method getExecutions.
- getExecutionStrategy() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getExpression() - Method in class org.apache.maven.plugin.descriptor.Parameter
- getFullGoalName() - 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
- 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.
- getGoals() - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Method getGoals.
- 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.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.Phase
-
Get the ID of this phase, e.g.,
generate-sources
. - getImplementation() - Method in class org.apache.maven.plugin.descriptor.Parameter
- getIntroducedDependencyArtifacts() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- getLanguage() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getLifecycleMapping(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- 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 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
- 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
- getMojoConfiguration() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- 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.PluginDescriptor
- getParameterMap() - 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
- getPhases() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Method getPhases.
- getPlugin() - 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 interface org.apache.maven.plugin.ContextEnabled
- getPluginDescriptor() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getPluginDescriptor() - Method in exception org.apache.maven.plugin.MojoNotFoundException
- getPluginLookupKey() - 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
- getRole() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- 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.Requirement
- getSince() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- getSince() - Method in class org.apache.maven.plugin.descriptor.Parameter
- getSource() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
- getSource() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- getType() - Method in class org.apache.maven.plugin.descriptor.Parameter
- getVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
H
- hashCode() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- hashCode() - Method in class org.apache.maven.plugin.descriptor.Parameter
- hashCode() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
I
- info(CharSequence) - Method in class org.apache.maven.monitor.logging.DefaultLog
- info(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message to the user in the info error level.
- info(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- info(CharSequence, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
- info(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message (and accompanying exception) to the user in the info error level.
The error's stacktrace will be output when this error level is enabled. - info(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- info(Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
- info(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send an exception to the user in the info error level.
The stack trace for this exception will be output when this error level is enabled. - info(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- InvalidParameterException - Exception in org.apache.maven.plugin.descriptor
- InvalidParameterException(String, int) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidParameterException
- InvalidParameterException(String, Throwable) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidParameterException
- InvalidPluginDescriptorException - Exception in org.apache.maven.plugin.descriptor
-
InvalidPluginDescriptorException
- InvalidPluginDescriptorException(String) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
- InvalidPluginDescriptorException(String, Throwable) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
- isAggregator() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- isDebugEnabled() - Method in class org.apache.maven.monitor.logging.DefaultLog
- isDebugEnabled() - Method in interface org.apache.maven.plugin.logging.Log
- isDebugEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- isDependencyResolutionRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
Deprecated.
- isDirectInvocationOnly() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- isEditable() - Method in class org.apache.maven.plugin.descriptor.Parameter
- isErrorEnabled() - Method in class org.apache.maven.monitor.logging.DefaultLog
- isErrorEnabled() - Method in interface org.apache.maven.plugin.logging.Log
- isErrorEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- isForking() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- isInfoEnabled() - Method in class org.apache.maven.monitor.logging.DefaultLog
- isInfoEnabled() - Method in interface org.apache.maven.plugin.logging.Log
- isInfoEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- isInheritedByDefault() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- isInheritedByDefault() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- isOnlineRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- isProjectRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- isRequired() - Method in class org.apache.maven.plugin.descriptor.Parameter
- isRequiresReports() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- isThreadSafe() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- isWarnEnabled() - Method in class org.apache.maven.monitor.logging.DefaultLog
- isWarnEnabled() - Method in interface org.apache.maven.plugin.logging.Log
- isWarnEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
L
- Lifecycle - Class in org.apache.maven.plugin.lifecycle
-
A custom lifecycle mapping definition.
- Lifecycle() - Constructor for class org.apache.maven.plugin.lifecycle.Lifecycle
- LifecycleConfiguration - Class in org.apache.maven.plugin.lifecycle
-
Root element of the
lifecycle.xml
file. - LifecycleConfiguration() - Constructor for class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
- LifecycleMappingsXpp3Reader - Class in org.apache.maven.plugin.lifecycle.io.xpp3
-
Class LifecycleMappingsXpp3Reader.
- LifecycleMappingsXpp3Reader() - Constructor for class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
- LifecycleMappingsXpp3Reader(LifecycleMappingsXpp3Reader.ContentTransformer) - Constructor for class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
- LifecycleMappingsXpp3Reader.ContentTransformer - Interface in org.apache.maven.plugin.lifecycle.io.xpp3
- LifecycleMappingsXpp3Writer - Class in org.apache.maven.plugin.lifecycle.io.xpp3
-
Class LifecycleMappingsXpp3Writer.
- LifecycleMappingsXpp3Writer() - Constructor for class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
- Log - Interface in org.apache.maven.plugin.logging
-
This interface supplies the API for providing feedback to the user from the
Mojo
, using standardMaven
channels.
There should be no big surprises here, although you may notice that the methods acceptjava.lang.CharSequence
rather thanjava.lang.String
. - longMessage - Variable in exception org.apache.maven.plugin.AbstractMojoExecutionException
M
- 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 theMaven
infrastructure.
It features anexecute()
method, which triggers the Mojo's build-process behavior, and can throw a MojoExecutionException or MojoFailureException if error conditions occur.
Also included is thesetLog(...)
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
-
The bean containing the Mojo descriptor.
For more information about the usage tag, have a look to: https://maven.apache.org/developers/mojo-api-specification.html TODO is there a need for the delegation of MavenMojoDescriptor to this? Why not just extend ComponentDescriptor here? - 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(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) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new
MojoExecutionException
exception providing amessage
. - MojoExecutionException(String, Exception) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new
MojoExecutionException
exception wrapping an underlyingException
and providing amessage
. - MojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new
MojoExecutionException
exception wrapping an underlyingThrowable
and providing amessage
. - MojoExecutionException(Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Constructs a new
MojoExecutionException
exception wrapping an underlyingThrowable
. - 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 underlyingThrowable
and providing amessage
. - MojoFailureException(Throwable) - Constructor for exception org.apache.maven.plugin.MojoFailureException
-
Constructs a new
MojoFailureException
exception wrapping an underlyingThrowable
. - MojoNotFoundException - Exception in 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
O
- org.apache.maven.monitor.logging - package org.apache.maven.monitor.logging
- org.apache.maven.plugin - package org.apache.maven.plugin
- org.apache.maven.plugin.descriptor - package org.apache.maven.plugin.descriptor
- org.apache.maven.plugin.lifecycle - package org.apache.maven.plugin.lifecycle
- org.apache.maven.plugin.lifecycle.io.xpp3 - package org.apache.maven.plugin.lifecycle.io.xpp3
- org.apache.maven.plugin.logging - package org.apache.maven.plugin.logging
P
- Parameter - Class in org.apache.maven.plugin.descriptor
- Parameter() - Constructor for class org.apache.maven.plugin.descriptor.Parameter
- Phase - Class in org.apache.maven.plugin.lifecycle
-
A phase mapping definition.
- Phase() - Constructor for class org.apache.maven.plugin.lifecycle.Phase
- PluginDescriptor - Class in org.apache.maven.plugin.descriptor
- PluginDescriptor() - Constructor for class org.apache.maven.plugin.descriptor.PluginDescriptor
- PluginDescriptorBuilder - Class in org.apache.maven.plugin.descriptor
- PluginDescriptorBuilder() - Constructor for class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
R
- read(InputStream) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Method read.
- read(InputStream, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Method read.
- read(Reader) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
- read(Reader, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
- read(XmlPullParser, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
-
Method read.
- removeExecution(Execution) - Method in class org.apache.maven.plugin.lifecycle.Phase
-
Method removeExecution.
- removeGoal(String) - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Method removeGoal.
- removeLifecycle(Lifecycle) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Method removeLifecycle.
- removePhase(Phase) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Method removePhase.
- Requirement - Class in org.apache.maven.plugin.descriptor
-
Describes a component requirement.
- Requirement(String) - Constructor for class org.apache.maven.plugin.descriptor.Requirement
- Requirement(String, String) - Constructor for class org.apache.maven.plugin.descriptor.Requirement
- requiresOnline() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- ROLE - Static variable in interface org.apache.maven.plugin.Mojo
-
The component
role
hint for Plexus container
S
- 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
- setAlias(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
- setArtifactId(String) - 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
- 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.
- setDefaultValue(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
- setDependencyCollectionRequired(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.Parameter
- setDescription(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
- setDescription(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- setDirectInvocationOnly(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- setEditable(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
- setExecuteGoal(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
- 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
- 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.
- setGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- 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.
- 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.Phase
-
Set the ID of this phase, e.g.,
generate-sources
. - 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.PluginDescriptor
- setIntroducedDependencyArtifacts(Set<Artifact>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- 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.
- 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 thisMojo
to communicate events and feedback to the user. - 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
- setName(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
- setName(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- setOnlineRequired(boolean) - 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
- 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
- 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 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
- setProjectRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- setRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
- setRequiredMavenVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- setRequirement(Requirement) - Method in class org.apache.maven.plugin.descriptor.Parameter
- 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.Parameter
- setSource(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
- setThreadSafe(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
- setType(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
- 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
- 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() - Constructor for class org.apache.maven.plugin.logging.SystemStreamLog
T
- toString() - Method in class org.apache.maven.plugin.descriptor.Parameter
- transform(String, String) - Method in interface org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.ContentTransformer
-
Interpolate the value read from the xpp3 document
W
- warn(CharSequence) - Method in class org.apache.maven.monitor.logging.DefaultLog
- warn(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message to the user in the warn error level.
- warn(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- warn(CharSequence, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
- warn(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send a message (and accompanying exception) to the user in the warn error level.
The error's stacktrace will be output when this error level is enabled. - warn(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- warn(Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
- warn(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
-
Send an exception to the user in the warn error level.
The stack trace for this exception will be output when this error level is enabled. - warn(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
- write(OutputStream, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
-
Method write.
- write(Writer, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
-
Method write.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form