|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleExecution | |
|---|---|
| org.apache.maven.plugin.tools.model | |
| org.apache.maven.plugin.tools.model.io.xpp3 | |
| Uses of LifecycleExecution in org.apache.maven.plugin.tools.model |
|---|
| Fields in org.apache.maven.plugin.tools.model declared as LifecycleExecution | |
|---|---|
private LifecycleExecution |
Mojo.execution
Field execution |
| Methods in org.apache.maven.plugin.tools.model that return LifecycleExecution | |
|---|---|
LifecycleExecution |
Mojo.getExecution()
Get Information about a sub-execution of the Maven lifecycle which should be processed. |
| Methods in org.apache.maven.plugin.tools.model with parameters of type LifecycleExecution | |
|---|---|
void |
Mojo.setExecution(LifecycleExecution execution)
Set Information about a sub-execution of the Maven lifecycle which should be processed. |
| Uses of LifecycleExecution in org.apache.maven.plugin.tools.model.io.xpp3 |
|---|
| Methods in org.apache.maven.plugin.tools.model.io.xpp3 that return LifecycleExecution | |
|---|---|
private LifecycleExecution |
PluginMetadataXpp3Reader.parseLifecycleExecution(java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLifecycleExecution |
| Methods in org.apache.maven.plugin.tools.model.io.xpp3 with parameters of type LifecycleExecution | |
|---|---|
private void |
PluginMetadataXpp3Writer.writeLifecycleExecution(LifecycleExecution lifecycleExecution,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLifecycleExecution |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||