Uses of Class
org.apache.maven.tools.plugin.extractor.model.LifecycleExecution
-
Packages that use LifecycleExecution Package Description org.apache.maven.tools.plugin.extractor.model org.apache.maven.tools.plugin.extractor.model.io.xpp3 -
-
Uses of LifecycleExecution in org.apache.maven.tools.plugin.extractor.model
Fields in org.apache.maven.tools.plugin.extractor.model declared as LifecycleExecution Modifier and Type Field Description private LifecycleExecution
Mojo. execution
Information about a sub-execution of the Maven lifecycle which should be processed.Methods in org.apache.maven.tools.plugin.extractor.model that return LifecycleExecution Modifier and Type Method Description LifecycleExecution
Mojo. getExecution()
Get information about a sub-execution of the Maven lifecycle which should be processed.Methods in org.apache.maven.tools.plugin.extractor.model with parameters of type LifecycleExecution Modifier and Type Method Description 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.tools.plugin.extractor.model.io.xpp3
Methods in org.apache.maven.tools.plugin.extractor.model.io.xpp3 that return LifecycleExecution Modifier and Type Method Description private LifecycleExecution
PluginMetadataXpp3Reader. parseLifecycleExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseLifecycleExecution.Methods in org.apache.maven.tools.plugin.extractor.model.io.xpp3 with parameters of type LifecycleExecution Modifier and Type Method Description private void
PluginMetadataXpp3Writer. writeLifecycleExecution(LifecycleExecution lifecycleExecution, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLifecycleExecution.
-