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

A

addComponent(Component) - Method in class org.apache.maven.plugin.tools.model.Mojo
Method addComponent
addDefaultEntities - Variable in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
If set the parser till be loaded with all single characters from the XHTML specification.
addMojo(Mojo) - Method in class org.apache.maven.plugin.tools.model.PluginMetadata
Method addMojo
addParameter(Parameter) - Method in class org.apache.maven.plugin.tools.model.Mojo
Method addParameter
aggregator - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field aggregator
alias - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field alias
asDescriptor(File, Mojo) - Method in class org.apache.maven.plugin.tools.model.PluginMetadataParser
 

C

call - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field call
Component - Class in org.apache.maven.plugin.tools.model
A reference to a plexus component, assumed to be available to the plugin container.
Component() - Constructor for class org.apache.maven.plugin.tools.model.Component
 
components - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field components

D

defaultValue - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field defaultValue
deprecation - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field deprecation
deprecation - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field deprecation
description - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field description
description - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field description

E

execution - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field execution
expression - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field expression

G

getAddDefaultEntities() - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Returns the state of the "add default entities" flag.
getAlias() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get An alternate name for the parameter.
getBooleanValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getBooleanValue
getCall() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get The target/method within the script to call when this mojo executes.
getCharacterValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getCharacterValue
getComponents() - Method in class org.apache.maven.plugin.tools.model.Mojo
Method getComponents
getDateValue(String, String, String, XmlPullParser) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getDateValue
getDefaultValue() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get An expression in the form ${instance.property} for extracting a value for this parameter, especially from a runtime instance within the build system.
getDeprecation() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get A deprecation message for this mojo parameter.
getDeprecation() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get A deprecation message for this mojo parameter.
getDescription() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get The description for this parameter.
getDescription() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get The description for this parameter.
getDoubleValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getDoubleValue
getExecution() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get Information about a sub-execution of the Maven lifecycle which should be processed.
getExpression() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get The command-line reference to this parameter.
getFloatValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getFloatValue
getGoal() - Method in class org.apache.maven.plugin.tools.model.LifecycleExecution
Get A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.
getGoal() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get The name of the goal used to invoke this mojo.
getHint() - Method in class org.apache.maven.plugin.tools.model.Component
Get The role-hint to lookup.
getIntegerValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getIntegerValue
getLifecycle() - Method in class org.apache.maven.plugin.tools.model.LifecycleExecution
Get The name of the overlay to apply to the sub-lifecycle before executing it.
getLongValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getLongValue
getMetadataFile() - Method in exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
 
getModelEncoding() - Method in class org.apache.maven.plugin.tools.model.Component
 
getModelEncoding() - Method in class org.apache.maven.plugin.tools.model.LifecycleExecution
 
getModelEncoding() - Method in class org.apache.maven.plugin.tools.model.Mojo
 
getModelEncoding() - Method in class org.apache.maven.plugin.tools.model.Parameter
 
getModelEncoding() - Method in class org.apache.maven.plugin.tools.model.PluginMetadata
 
getMojos() - Method in class org.apache.maven.plugin.tools.model.PluginMetadata
Method getMojos
getName() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get The parameter name
getOriginalMessage() - Method in exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
 
getParameters() - Method in class org.apache.maven.plugin.tools.model.Mojo
Method getParameters
getPhase() - Method in class org.apache.maven.plugin.tools.model.LifecycleExecution
Get The phase in the sub-lifecycle.
getPhase() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get The phase to which this mojo should be bound by default.
getProperty() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get The JavaBeans property name to use to configure the mojo with this parameter.
getRequiredAttributeValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getRequiredAttributeValue
getRequiresDependencyResolution() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get The scope of dependencies that this mojo requires to have resolved.
getRole() - Method in class org.apache.maven.plugin.tools.model.Component
Get The component role to lookup.
getShortValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getShortValue
getTrimmedValue(String) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getTrimmedValue
getType() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get The java type for this parameter.
goal - Variable in class org.apache.maven.plugin.tools.model.LifecycleExecution
Field goal
goal - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field goal

H

hint - Variable in class org.apache.maven.plugin.tools.model.Component
Field hint

I

IMPL_BASE_PLACEHOLDER - Static variable in class org.apache.maven.plugin.tools.model.PluginMetadataParser
 
inheritByDefault - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field inheritByDefault
isAggregator() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get Whether this mojo operates as an aggregator when the reactor is run.
isInheritByDefault() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get Whether this mojo's configuration should propagate down the POM inheritance chain by default.
isReadonly() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get Whether this parameter can be directly edited.
isRequired() - Method in class org.apache.maven.plugin.tools.model.Parameter
Get Whether this parameter is required.
isRequiresDirectInvocation() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get If true, this mojo can only be directly invoked (eg.
isRequiresOnline() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get Whether this mojo requires online mode to operate normally.
isRequiresProject() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get Whether this mojo requires a project instance in order to execute.
isRequiresReports() - Method in class org.apache.maven.plugin.tools.model.Mojo
Get Whether this mojo requires a reports section in the POM.

L

lifecycle - Variable in class org.apache.maven.plugin.tools.model.LifecycleExecution
Field lifecycle
LifecycleExecution - Class in org.apache.maven.plugin.tools.model
A sub-process execution of a lifecycle to satisfy the needs of a mojo.
LifecycleExecution() - Constructor for class org.apache.maven.plugin.tools.model.LifecycleExecution
 

M

metadataFile - Variable in exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
 
modelEncoding - Variable in class org.apache.maven.plugin.tools.model.Component
 
modelEncoding - Variable in class org.apache.maven.plugin.tools.model.LifecycleExecution
 
modelEncoding - Variable in class org.apache.maven.plugin.tools.model.Mojo
 
modelEncoding - Variable in class org.apache.maven.plugin.tools.model.Parameter
 
modelEncoding - Variable in class org.apache.maven.plugin.tools.model.PluginMetadata
 
Mojo - Class in org.apache.maven.plugin.tools.model
Mojo descriptor definition.
Mojo() - Constructor for class org.apache.maven.plugin.tools.model.Mojo
 
mojos - Variable in class org.apache.maven.plugin.tools.model.PluginMetadata
Field mojos

N

name - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field name
NAMESPACE - Variable in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
Field NAMESPACE

O

org.apache.maven.plugin.tools.model - package org.apache.maven.plugin.tools.model
 
org.apache.maven.plugin.tools.model.io.xpp3 - package org.apache.maven.plugin.tools.model.io.xpp3
 
originalMessage - Variable in exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
 

P

Parameter - Class in org.apache.maven.plugin.tools.model
A parameter used by a mojo, and configurable from the command line or POM configuration sections.
Parameter() - Constructor for class org.apache.maven.plugin.tools.model.Parameter
 
parameters - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field parameters
parseComponent(String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method parseComponent
parseLifecycleExecution(String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method parseLifecycleExecution
parseMojo(String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method parseMojo
parseMojoDescriptors(File) - Method in class org.apache.maven.plugin.tools.model.PluginMetadataParser
 
parseParameter(String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method parseParameter
parsePluginMetadata(String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method parsePluginMetadata
phase - Variable in class org.apache.maven.plugin.tools.model.LifecycleExecution
Field phase
phase - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field phase
PluginMetadata - Class in org.apache.maven.plugin.tools.model
Root element of a script-based mojo's plugin metadata bindings.
PluginMetadata() - Constructor for class org.apache.maven.plugin.tools.model.PluginMetadata
 
PluginMetadataParseException - Exception in org.apache.maven.plugin.tools.model
 
PluginMetadataParseException(File, String, Throwable) - Constructor for exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
 
PluginMetadataParseException(File, String) - Constructor for exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
 
PluginMetadataParser - Class in org.apache.maven.plugin.tools.model
 
PluginMetadataParser() - Constructor for class org.apache.maven.plugin.tools.model.PluginMetadataParser
 
PluginMetadataXpp3Reader - Class in org.apache.maven.plugin.tools.model.io.xpp3
Class PluginMetadataXpp3Reader.
PluginMetadataXpp3Reader() - Constructor for class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
 
PluginMetadataXpp3Writer - Class in org.apache.maven.plugin.tools.model.io.xpp3
Class PluginMetadataXpp3Writer.
PluginMetadataXpp3Writer() - Constructor for class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
 
property - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field property

R

read(Reader, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
 
read(Reader) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
 
read(InputStream, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method read
read(InputStream) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method read
readonly - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field readonly
removeComponent(Component) - Method in class org.apache.maven.plugin.tools.model.Mojo
Method removeComponent
removeMojo(Mojo) - Method in class org.apache.maven.plugin.tools.model.PluginMetadata
Method removeMojo
removeParameter(Parameter) - Method in class org.apache.maven.plugin.tools.model.Mojo
Method removeParameter
required - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field required
requiresDependencyResolution - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field requiresDependencyResolution
requiresDirectInvocation - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field requiresDirectInvocation
requiresOnline - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field requiresOnline
requiresProject - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field requiresProject
requiresReports - Variable in class org.apache.maven.plugin.tools.model.Mojo
Field requiresReports
role - Variable in class org.apache.maven.plugin.tools.model.Component
Field role

S

serialVersionUID - Static variable in exception org.apache.maven.plugin.tools.model.PluginMetadataParseException
 
setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Sets the state of the "add default entities" flag.
setAggregator(boolean) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set Whether this mojo operates as an aggregator when the reactor is run.
setAlias(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set An alternate name for the parameter.
setCall(String) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set The target/method within the script to call when this mojo executes.
setComponents(List) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set List of plexus components required by this mojo.
setDefaultValue(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set An expression in the form ${instance.property} for extracting a value for this parameter, especially from a runtime instance within the build system.
setDeprecation(String) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set A deprecation message for this mojo parameter.
setDeprecation(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set A deprecation message for this mojo parameter.
setDescription(String) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set The description for this parameter.
setDescription(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set The description for this parameter.
setExecution(LifecycleExecution) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set Information about a sub-execution of the Maven lifecycle which should be processed.
setExpression(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set The command-line reference to this parameter.
setGoal(String) - Method in class org.apache.maven.plugin.tools.model.LifecycleExecution
Set A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.
setGoal(String) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set The name of the goal used to invoke this mojo.
setHint(String) - Method in class org.apache.maven.plugin.tools.model.Component
Set The role-hint to lookup.
setInheritByDefault(boolean) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set Whether this mojo's configuration should propagate down the POM inheritance chain by default.
setLifecycle(String) - Method in class org.apache.maven.plugin.tools.model.LifecycleExecution
Set The name of the overlay to apply to the sub-lifecycle before executing it.
setModelEncoding(String) - Method in class org.apache.maven.plugin.tools.model.Component
 
setModelEncoding(String) - Method in class org.apache.maven.plugin.tools.model.LifecycleExecution
 
setModelEncoding(String) - Method in class org.apache.maven.plugin.tools.model.Mojo
 
setModelEncoding(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
 
setModelEncoding(String) - Method in class org.apache.maven.plugin.tools.model.PluginMetadata
 
setMojos(List) - Method in class org.apache.maven.plugin.tools.model.PluginMetadata
Set The list of mojos contained in the accompanying script.
setName(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set The parameter name
setParameters(List) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set List of parameters used by this mojo.
setPhase(String) - Method in class org.apache.maven.plugin.tools.model.LifecycleExecution
Set The phase in the sub-lifecycle.
setPhase(String) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set The phase to which this mojo should be bound by default.
setProperty(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set The JavaBeans property name to use to configure the mojo with this parameter.
setReadonly(boolean) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set Whether this parameter can be directly edited.
setRequired(boolean) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set Whether this parameter is required.
setRequiresDependencyResolution(String) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set The scope of dependencies that this mojo requires to have resolved.
setRequiresDirectInvocation(boolean) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set If true, this mojo can only be directly invoked (eg.
setRequiresOnline(boolean) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set Whether this mojo requires online mode to operate normally.
setRequiresProject(boolean) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set Whether this mojo requires a project instance in order to execute.
setRequiresReports(boolean) - Method in class org.apache.maven.plugin.tools.model.Mojo
Set Whether this mojo requires a reports section in the POM.
setRole(String) - Method in class org.apache.maven.plugin.tools.model.Component
Set The component role to lookup.
setType(String) - Method in class org.apache.maven.plugin.tools.model.Parameter
Set The java type for this parameter.

T

type - Variable in class org.apache.maven.plugin.tools.model.Parameter
Field type

W

write(Writer, PluginMetadata) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
Method write
writeComponent(Component, String, XmlSerializer) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
Method writeComponent
writeLifecycleExecution(LifecycleExecution, String, XmlSerializer) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
Method writeLifecycleExecution
writeMojo(Mojo, String, XmlSerializer) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
Method writeMojo
writeParameter(Parameter, String, XmlSerializer) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
Method writeParameter
writePluginMetadata(PluginMetadata, String, XmlSerializer) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
Method writePluginMetadata

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