A C G I L M O P R S W

A

addComponent(Component) - Method in class org.apache.maven.plugin.tools.model.Mojo
Method addComponent
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

C

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
 

G

getAddDefaultEntities() - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method getAddDefaultEntities
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.

I

IMPL_BASE_PLACEHOLDER - Static variable in class org.apache.maven.plugin.tools.model.PluginMetadataParser
 
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

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

Mojo - Class in org.apache.maven.plugin.tools.model
Mojo descriptor definition.
Mojo() - Constructor for class org.apache.maven.plugin.tools.model.Mojo
 

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
 

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
 
parseMojoDescriptors(File) - Method in class org.apache.maven.plugin.tools.model.PluginMetadataParser
 
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
 

R

read(Reader, boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method read
read(Reader) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Method read
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

S

setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader
Returns 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.

W

write(Writer, PluginMetadata) - Method in class org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer
Method write

A C G I L M O P R S W

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.