Index

A B C D E G H I L M O P R S T W 
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 a Mojo annotation with the name of the goal:
AbstractMojo() - Constructor for class org.apache.maven.plugin.AbstractMojo
 
AbstractMojoExecutionException - Exception Class in org.apache.maven.plugin
Base exception.
AbstractMojoExecutionException(String) - Constructor for exception class org.apache.maven.plugin.AbstractMojoExecutionException
 
AbstractMojoExecutionException(String, Throwable) - Constructor for exception class org.apache.maven.plugin.AbstractMojoExecutionException
 
AbstractMojoExecutionException(Throwable) - Constructor for exception class org.apache.maven.plugin.AbstractMojoExecutionException
Constructs a new AbstractMojoExecutionException exception wrapping an underlying Throwable.
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
 
addMojos(List<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(InputStream, String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
build(Reader) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
build(Reader, String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
build(PluginDescriptorBuilder.ReaderSupplier) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
build(PluginDescriptorBuilder.ReaderSupplier, String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
build(PluginDescriptorBuilder.StreamSupplier) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
build(PluginDescriptorBuilder.StreamSupplier, String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
buildComponentDescriptor(PlexusConfiguration, PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
buildConfiguration(InputStream) - 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
 
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.

D

debug(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message to the user in the debug error level.
debug(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
debug(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
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
Deprecated.
 
debug(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
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
Deprecated.
 
DuplicateMojoDescriptorException - Exception Class in org.apache.maven.plugin.descriptor
DuplicateMojoDescriptorException
DuplicateMojoDescriptorException(String, String, String, String) - Constructor for exception class org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
 
DuplicateParameterException - Exception Class in org.apache.maven.plugin.descriptor
DuplicateParameterException
DuplicateParameterException(String) - Constructor for exception class 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 interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message to the user in the error error level.
error(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
error(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
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
Deprecated.
 
error(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
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
Deprecated.
 
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() - Constructor for class org.apache.maven.plugin.lifecycle.Execution
 

G

getAddDefaultEntities() - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader
Returns the state of the "add default entities" flag.
getAddDefaultEntities() - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
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.
getDependencyNode() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
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 class 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
 
getLifecycleMappings() - 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
Deprecated.
Use SLF4J directly
getLog() - Method in interface org.apache.maven.plugin.Mojo
Deprecated.
Use SLF4J directly
getLongMessage() - Method in exception class 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
 
getMojoDescriptorV4() - 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
 
getParameterV4() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
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 class org.apache.maven.plugin.MojoNotFoundException
 
getPluginDescriptorV4() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getPluginLookupKey() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getRequiredJavaVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getRequiredMavenVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
Get required Maven version, as defined in plugin's pom.xml since 3.0.2, as defined in plugin.xml since 4.0.0-alpha-3.
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 class 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 interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message to the user in the info error level.
info(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
info(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
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
Deprecated.
 
info(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
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
Deprecated.
 
InvalidParameterException - Exception Class in org.apache.maven.plugin.descriptor
 
InvalidParameterException(String, int) - Constructor for exception class org.apache.maven.plugin.descriptor.InvalidParameterException
 
InvalidParameterException(String, Throwable) - Constructor for exception class org.apache.maven.plugin.descriptor.InvalidParameterException
 
InvalidPluginDescriptorException - Exception Class in org.apache.maven.plugin.descriptor
InvalidPluginDescriptorException
InvalidPluginDescriptorException(String) - Constructor for exception class org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
 
InvalidPluginDescriptorException(String, Throwable) - Constructor for exception class org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
 
isAggregator() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isDebugEnabled() - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
 
isDebugEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
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 interface org.apache.maven.plugin.logging.Log
Deprecated.
 
isErrorEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
isForking() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isInfoEnabled() - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
 
isInfoEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
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
 
isV4Api() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isWarnEnabled() - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
 
isWarnEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 

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
 
LifecycleStaxReader - Class in org.apache.maven.plugin.lifecycle.io
 
LifecycleStaxReader() - Constructor for class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
 
LifecycleStaxReader(LifecycleStaxReader.ContentTransformer) - Constructor for class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
 
LifecycleStaxReader.ContentTransformer - Interface in org.apache.maven.plugin.lifecycle.io
 
LifecycleStaxWriter - Class in org.apache.maven.plugin.lifecycle.io
 
LifecycleStaxWriter() - Constructor for class org.apache.maven.plugin.lifecycle.io.LifecycleStaxWriter
 
Log - Interface in org.apache.maven.plugin.logging
Deprecated.
Use SLF4J directly
longMessage - Variable in exception class 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.
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
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.
MojoDescriptor(PluginDescriptor, MojoDescriptor) - Constructor for class org.apache.maven.plugin.descriptor.MojoDescriptor
 
MojoExecutionException - Exception Class 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 class 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 class org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception providing a message.
MojoExecutionException(String, Exception) - Constructor for exception class org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception wrapping an underlying Exception and providing a message.
MojoExecutionException(String, Throwable) - Constructor for exception class org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception wrapping an underlying Throwable and providing a message.
MojoExecutionException(Throwable) - Constructor for exception class org.apache.maven.plugin.MojoExecutionException
Constructs a new MojoExecutionException exception wrapping an underlying Throwable.
MojoFailureException - Exception Class 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 class 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 class org.apache.maven.plugin.MojoFailureException
Construct a new MojoFailureException exception providing a message.
MojoFailureException(String, Throwable) - Constructor for exception class org.apache.maven.plugin.MojoFailureException
Construct a new MojoFailureException exception wrapping an underlying Throwable and providing a message.
MojoFailureException(Throwable) - Constructor for exception class org.apache.maven.plugin.MojoFailureException
Constructs a new MojoFailureException exception wrapping an underlying Throwable.
MojoNotFoundException - Exception Class in org.apache.maven.plugin
MojoNotFoundException
MojoNotFoundException(String, PluginDescriptor) - Constructor for exception class org.apache.maven.plugin.MojoNotFoundException
 
MULTI_PASS_EXEC_STRATEGY - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
"always" execution strategy

O

open() - Method in interface org.apache.maven.plugin.descriptor.PluginDescriptorBuilder.ReaderSupplier
 
open() - Method in interface org.apache.maven.plugin.descriptor.PluginDescriptorBuilder.StreamSupplier
 
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.io - package org.apache.maven.plugin.descriptor.io
 
org.apache.maven.plugin.lifecycle - package org.apache.maven.plugin.lifecycle
 
org.apache.maven.plugin.lifecycle.io - package org.apache.maven.plugin.lifecycle.io
 
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
 
Parameter(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
 
PLUGIN_2_0_0 - Static variable in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
PluginDescriptor - Class in org.apache.maven.plugin.descriptor
 
PluginDescriptor() - Constructor for class org.apache.maven.plugin.descriptor.PluginDescriptor
 
PluginDescriptor(PluginDescriptor) - Constructor for class org.apache.maven.plugin.descriptor.PluginDescriptor
 
PluginDescriptor(PluginDescriptor) - Constructor for class org.apache.maven.plugin.descriptor.PluginDescriptor
 
PluginDescriptorBuilder - Class in org.apache.maven.plugin.descriptor
Build plugin descriptor object from plugin.xml.
PluginDescriptorBuilder() - Constructor for class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
PluginDescriptorBuilder.ReaderSupplier - Interface in org.apache.maven.plugin.descriptor
 
PluginDescriptorBuilder.StreamSupplier - Interface in org.apache.maven.plugin.descriptor
 
PluginDescriptorStaxReader - Class in org.apache.maven.plugin.descriptor.io
 
PluginDescriptorStaxReader() - Constructor for class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader
 
PluginDescriptorStaxReader(PluginDescriptorStaxReader.ContentTransformer) - Constructor for class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader
 
PluginDescriptorStaxReader.ContentTransformer - Interface in org.apache.maven.plugin.descriptor.io
 
PluginDescriptorStaxWriter - Class in org.apache.maven.plugin.descriptor.io
 
PluginDescriptorStaxWriter() - Constructor for class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxWriter
 

R

read(InputStream) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader
 
read(InputStream) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
 
read(InputStream, boolean) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader
Method read.
read(InputStream, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
Method read.
read(Reader) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader
 
read(Reader) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
 
read(Reader, boolean) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader
 
read(Reader, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
 
read(XMLStreamReader, boolean) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader
Method read.
read(XMLStreamReader, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
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.descriptor.io.PluginDescriptorStaxReader
Sets the state of the "add default entities" flag.
setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader
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
 
setDependencyNode(DependencyNode) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
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.descriptor.io.PluginDescriptorStaxWriter
Method setFileComment.
setFileComment(String) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxWriter
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
Deprecated.
Use SLF4J directly
setLog(Log) - Method in interface org.apache.maven.plugin.Mojo
Deprecated.
Use SLF4J directly
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
 
setNamespace(String) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxWriter
Method setNamespace.
setNamespace(String) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxWriter
Method setNamespace.
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
 
setRequiredJavaVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setRequiredMavenVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
Set required Maven version, as defined in plugin's pom.xml since 3.0.2, as defined in plugin.xml since 4.0.0-alpha-3.
setRequirement(Requirement) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setRequiresReports(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setSchemaLocation(String) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxWriter
Method setSchemaLocation.
setSchemaLocation(String) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxWriter
Method setSchemaLocation.
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 class org.apache.maven.plugin.AbstractMojoExecutionException
 
SystemStreamLog - Class in org.apache.maven.plugin.logging
Deprecated.
Use SLF4J directly
SystemStreamLog() - Constructor for class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 

T

toString() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
transform(String, String) - Method in interface org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxReader.ContentTransformer
Interpolate the value read from the xpp3 document
transform(String, String) - Method in interface org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader.ContentTransformer
Interpolate the value read from the xpp3 document

W

warn(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message to the user in the warn error level.
warn(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
warn(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
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
Deprecated.
 
warn(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
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
Deprecated.
 
write(OutputStream, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxWriter
Method write.
write(OutputStream, PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxWriter
Method write.
write(Writer, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.LifecycleStaxWriter
Method write.
write(Writer, PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.io.PluginDescriptorStaxWriter
Method write.
A B C D E G H I L M O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form