Uses of Class
org.apache.maven.tools.plugin.extractor.model.LifecycleExecution
-
Packages that use LifecycleExecution Package Description org.apache.maven.tools.plugin.extractor.model -
-
Uses of LifecycleExecution in org.apache.maven.tools.plugin.extractor.model
Methods in org.apache.maven.tools.plugin.extractor.model that return LifecycleExecution Modifier and Type Method Description LifecycleExecutionMojo. 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 voidMojo. setExecution(LifecycleExecution execution)Set information about a sub-execution of the Maven lifecycle which should be processed.
-