A B C D E G H I L M O P R S T W

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.
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
 
addConfiguration(Configuration) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Method addConfiguration.
addDependency(Dependency) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Method addDependency.
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.model.PluginDescriptor
Method addMojo.
addMojo(MojoDescriptor) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
addParameter(Parameter) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Method addParameter.
addParameter(Parameter) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
addPhase(Phase) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
Method addPhase.
addRequirement(Requirement) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Method addRequirement.
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.
Configuration - Class in org.apache.maven.plugin.descriptor.model
A parameter configuration.
Configuration() - Constructor for class org.apache.maven.plugin.descriptor.model.Configuration
 
constructPluginKey(String, String, String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
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.

D

debug(CharSequence) - Method in class org.apache.maven.monitor.logging.DefaultLog
 
debug(CharSequence, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
 
debug(Throwable) - 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, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send a message (and accompanying exception) to the user in the debug error level.
debug(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send an exception 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.plugin.logging.SystemStreamLog
 
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
 
Dependency - Class in org.apache.maven.plugin.descriptor.model
Definition of a dependency, needed by the plugin at runtime.
Dependency() - Constructor for class org.apache.maven.plugin.descriptor.model.Dependency
 
DuplicateMojoDescriptorException - Exception in org.apache.maven.plugin.descriptor
 
DuplicateMojoDescriptorException(String, String, String, String) - Constructor for exception org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
 
DuplicateParameterException - Exception in org.apache.maven.plugin.descriptor
 
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, 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.
error(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send an exception 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.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.
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.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader
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.model.Parameter
Get specifies an alias which can be used to configure this parameter from the POM.
getAlias() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getArtifactId() - Method in class org.apache.maven.plugin.descriptor.model.Dependency
Get the artifact id of the dependency.
getArtifactId() - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Get the artifact id of the plugin.
getArtifactId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getArtifactMap() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
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
getComposer() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get the composer field.
getConfiguration() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Method getConfiguration.
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.
getConfigurator() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get the configurator type to use when injecting parameter values into this Mojo.
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.model.Configuration
Get the defaultValue field.
getDefaultValue() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getDependencies() - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Method getDependencies.
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.model.MojoDescriptor
Get specify the version when the Mojo was deprecated to the API.
getDeprecated() - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Get specify the version when the parameter was deprecated to the API.
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.model.MojoDescriptor
Get the description of this Mojo's functionality.
getDescription() - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Get the description of this parameter's use inside the Mojo.
getDescription() - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Get description of the plugin.
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.model.MojoDescriptor
Get the executeGoal field.
getExecuteGoal() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getExecuteLifecycle() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get the executeLifecycle field.
getExecuteLifecycle() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getExecutePhase() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get the executePhase field.
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.model.MojoDescriptor
Get specify the execution strategy: once-per-session, always.
getExecutionStrategy() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getExpression() - Method in class org.apache.maven.plugin.descriptor.model.Configuration
Get parameter expression.
getExpression() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getFieldName() - Method in class org.apache.maven.plugin.descriptor.model.Requirement
Get the fieldName field.
getFullGoalName() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getGoal() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get the name for the Mojo that users will reference from the command line to execute the Mojo directly, or inside a POM in order to provide Mojo-specific configuration.
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.model.PluginDescriptor
Get the goalPrefix field.
getGoalPrefix() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getGoalPrefixFromArtifactId(String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
Parse maven-...
getGoals() - Method in class org.apache.maven.plugin.lifecycle.Execution
Method getGoals.
getGroupId() - Method in class org.apache.maven.plugin.descriptor.model.Dependency
Get the group id of the dependency.
getGroupId() - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Get the group id of the plugin.
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, eg generate-sources.
getImplementation() - Method in class org.apache.maven.plugin.descriptor.model.Configuration
Get the implementation field.
getImplementation() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get the Mojo's fully-qualified class name (or script path in the case of non-Java Mojos).
getImplementation() - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Get the implementation field.
getImplementation() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getInstantiationStrategy() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get specify the instantiation strategy.
getIntroducedDependencyArtifacts() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getLanguage() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get the implementation language for this Mojo (Java, beanshell, etc.).
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.descriptor.model.PluginDescriptor
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
 
getMojoConfiguration() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getMojos() - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Method getMojos.
getMojos() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getName() - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Get the name of the parameter, to be used in configuring this parameter from the Mojo's declared defaults or from the POM.
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.model.MojoDescriptor
Method getParameters.
getParameters() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getPhase() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get defines a default phase to bind a mojo execution to if the user does not explicitly set a phase in the POM.
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
 
getRequirements() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Method getRequirements.
getRequiresDependencyCollection() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get flags this mojo as requiring information about the dependencies that would make up the specified class path.
getRequiresDependencyResolution() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get flags this Mojo as requiring the dependencies in the specified class path to be resolved before it can execute: compile, runtime, test, compile+runtime (since Maven 3.0).
getRole() - Method in class org.apache.maven.plugin.descriptor.model.Requirement
Get the role field.
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.model.Requirement
Get the roleHint field.
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.model.MojoDescriptor
Get specify the version when the Mojo was added to the API.
getSince() - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Get specify the version when the parameter was added to the API.
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.model.Dependency
Get the type of dependency.
getType() - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Get the Java type for this parameter.
getType() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getVersion() - Method in class org.apache.maven.plugin.descriptor.model.Dependency
Get the version of the dependency.
getVersion() - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Get the version of the plugin.
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, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
 
info(Throwable) - 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, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send a message (and accompanying exception) to the user in the info error level.
info(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send an exception 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.plugin.logging.SystemStreamLog
 
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(String, Throwable) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
 
InvalidPluginDescriptorException(String) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
 
isAggregator() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get flags this Mojo to run it in a multi module way, i.e.
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.model.Parameter
Get specifies that this parameter cannot be configured directly by the user (as in the case of POM-specified configuration).
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.model.MojoDescriptor
Get specify that the Mojo is inherited.
isInheritedByDefault() - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Get the inheritedByDefault field.
isInheritedByDefault() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isInheritedByDefault() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
isIsolatedRealm() - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Get the isolatedRealm field.
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.model.Parameter
Get whether this parameter is required for the Mojo to function.
isRequired() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
isRequiresDirectInvocation() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get flags this Mojo to be invoked directly.
isRequiresOnline() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get flags this Mojo to require online mode for its operation.
isRequiresProject() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get flags this Mojo to run inside of a project.
isRequiresReports() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get flags this Mojo to require reports.
isRequiresReports() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isThreadSafe() - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Get marks this mojo as being thread-safe, i.e. the mojo safely supports concurrent execution during parallel builds.
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
 
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 standard Maven channels.
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 the Maven infrastructure.
MojoDescriptor - Class in org.apache.maven.plugin.descriptor.model
A Mojo description.
MojoDescriptor() - Constructor for class org.apache.maven.plugin.descriptor.model.MojoDescriptor
 
MojoDescriptor - Class in org.apache.maven.plugin.descriptor
The bean containing the Mojo descriptor.
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.
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.
MojoFailureException - Exception in org.apache.maven.plugin
An exception occurring during the execution of a plugin (such as a compilation failure).
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.
MojoNotFoundException - Exception in org.apache.maven.plugin
 
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.descriptor.model - package org.apache.maven.plugin.descriptor.model
 
org.apache.maven.plugin.descriptor.model.io.xpp3 - package org.apache.maven.plugin.descriptor.model.io.xpp3
 
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.model
A phase mapping definition.
Parameter() - Constructor for class org.apache.maven.plugin.descriptor.model.Parameter
 
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.model
Root element of the plugin.xml file.
PluginDescriptor() - Constructor for class org.apache.maven.plugin.descriptor.model.PluginDescriptor
 
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
 
PluginDescriptorXpp3Reader - Class in org.apache.maven.plugin.descriptor.model.io.xpp3
Class PluginDescriptorXpp3Reader.
PluginDescriptorXpp3Reader() - Constructor for class org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader
 
PluginDescriptorXpp3Writer - Class in org.apache.maven.plugin.descriptor.model.io.xpp3
Class PluginDescriptorXpp3Writer.
PluginDescriptorXpp3Writer() - Constructor for class org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Writer
 

R

read(Reader, boolean) - Method in class org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader
 
read(Reader) - Method in class org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader
 
read(InputStream, boolean) - Method in class org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader
Method read.
read(InputStream) - Method in class org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader
Method read.
read(Reader, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
 
read(Reader) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
 
read(InputStream, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
Method read.
read(InputStream) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
Method read.
removeConfiguration(Configuration) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Method removeConfiguration.
removeDependency(Dependency) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Method removeDependency.
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.
removeMojo(MojoDescriptor) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Method removeMojo.
removeParameter(Parameter) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Method removeParameter.
removePhase(Phase) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
Method removePhase.
removeRequirement(Requirement) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Method removeRequirement.
Requirement - Class in org.apache.maven.plugin.descriptor.model
Class Requirement.
Requirement() - Constructor for class org.apache.maven.plugin.descriptor.model.Requirement
 
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.descriptor.model.io.xpp3.PluginDescriptorXpp3Reader
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.model.MojoDescriptor
Set flags this Mojo to run it in a multi module way, i.e.
setAggregator(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setAlias(String) - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Set specifies an alias which can be used to configure this parameter from the POM.
setAlias(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setArtifactId(String) - Method in class org.apache.maven.plugin.descriptor.model.Dependency
Set the artifact id of the dependency.
setArtifactId(String) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set the artifact id of the plugin.
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
 
setComposer(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the composer field.
setConfiguration(List<Configuration>) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the configuration field.
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.
setConfigurator(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the configurator type to use when injecting parameter values into this Mojo.
setDefaultValue(String) - Method in class org.apache.maven.plugin.descriptor.model.Configuration
Set the defaultValue field.
setDefaultValue(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setDependencies(List<Dependency>) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set a set of dependencies which the plugin requires in order to function.
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.model.MojoDescriptor
Set specify the version when the Mojo was deprecated to the API.
setDeprecated(String) - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Set specify the version when the parameter was deprecated to the API.
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.model.MojoDescriptor
Set the description of this Mojo's functionality.
setDescription(String) - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Set the description of this parameter's use inside the Mojo.
setDescription(String) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set description of the plugin.
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.model.Parameter
Set specifies that this parameter cannot be configured directly by the user (as in the case of POM-specified configuration).
setEditable(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setExecuteGoal(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the executeGoal field.
setExecuteGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setExecuteLifecycle(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the executeLifecycle field.
setExecuteLifecycle(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setExecutePhase(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the executePhase field.
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.model.MojoDescriptor
Set specify the execution strategy: once-per-session, always.
setExecutionStrategy(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setExpression(String) - Method in class org.apache.maven.plugin.descriptor.model.Configuration
Set parameter expression.
setExpression(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setFieldName(String) - Method in class org.apache.maven.plugin.descriptor.model.Requirement
Set the fieldName field.
setGoal(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the name for the Mojo that users will reference from the command line to execute the Mojo directly, or inside a POM in order to provide Mojo-specific configuration.
setGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setGoalPrefix(String) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set the goalPrefix field.
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.model.Dependency
Set the group id of the dependency.
setGroupId(String) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set the group id of the plugin.
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, eg generate-sources.
setImplementation(String) - Method in class org.apache.maven.plugin.descriptor.model.Configuration
Set the implementation field.
setImplementation(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the Mojo's fully-qualified class name (or script path in the case of non-Java Mojos).
setImplementation(String) - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Set the implementation field.
setImplementation(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set specify that the Mojo is inherited.
setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set the inheritedByDefault field.
setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setInstantiationStrategy(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set specify the instantiation strategy.
setIntroducedDependencyArtifacts(Set<Artifact>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setIsolatedRealm(boolean) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set the isolatedRealm field.
setLanguage(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the implementation language for this Mojo (Java, beanshell, etc.).
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 this Mojo to communicate events and feedback to the user.
setModelEncoding(String) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
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
 
setMojos(List<MojoDescriptor>) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set description of each Mojo provided by the plugin.
setName(String) - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Set the name of the parameter, to be used in configuring this parameter from the Mojo's declared defaults or from the POM.
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.model.MojoDescriptor
Set the parameters field.
setParameters(List<Parameter>) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setPhase(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set defines a default phase to bind a mojo execution to if the user does not explicitly set a phase in the POM.
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.model.Parameter
Set whether this parameter is required for the Mojo to function.
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
 
setRequirements(List<Requirement>) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set the requirements field.
setRequiresDependencyCollection(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set flags this mojo as requiring information about the dependencies that would make up the specified class path.
setRequiresDependencyResolution(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set flags this Mojo as requiring the dependencies in the specified class path to be resolved before it can execute: compile, runtime, test, compile+runtime (since Maven 3.0).
setRequiresDirectInvocation(boolean) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set flags this Mojo to be invoked directly.
setRequiresOnline(boolean) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set flags this Mojo to require online mode for its operation.
setRequiresProject(boolean) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set flags this Mojo to run inside of a project.
setRequiresReports(boolean) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set flags this Mojo to require reports.
setRequiresReports(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setRole(String) - Method in class org.apache.maven.plugin.descriptor.model.Requirement
Set the role field.
setRoleHint(String) - Method in class org.apache.maven.plugin.descriptor.model.Requirement
Set the roleHint field.
setSince(String) - Method in class org.apache.maven.plugin.descriptor.model.MojoDescriptor
Set specify the version when the Mojo was added to the API.
setSince(String) - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Set specify the version when the parameter was added to the API.
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.model.MojoDescriptor
Set marks this mojo as being thread-safe, i.e. the mojo safely supports concurrent execution during parallel builds.
setThreadSafe(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setType(String) - Method in class org.apache.maven.plugin.descriptor.model.Dependency
Set the type of dependency.
setType(String) - Method in class org.apache.maven.plugin.descriptor.model.Parameter
Set the Java type for this parameter.
setType(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setVersion(String) - Method in class org.apache.maven.plugin.descriptor.model.Dependency
Set the version of the dependency.
setVersion(String) - Method in class org.apache.maven.plugin.descriptor.model.PluginDescriptor
Set the version of the plugin.
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
 

W

warn(CharSequence) - Method in class org.apache.maven.monitor.logging.DefaultLog
 
warn(CharSequence, Throwable) - Method in class org.apache.maven.monitor.logging.DefaultLog
 
warn(Throwable) - 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, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send a message (and accompanying exception) to the user in the warn error level.
warn(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send an exception 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.plugin.logging.SystemStreamLog
 
warn(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
write(Writer, PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Writer
Method write.
write(OutputStream, PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.model.io.xpp3.PluginDescriptorXpp3Writer
Method write.
write(Writer, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
Method write.
write(OutputStream, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
Method write.

A B C D E G H I L M O P R S T W

Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.