Uses of Class
org.apache.maven.lifecycle.mapping.Lifecycle
-
Packages that use Lifecycle Package Description org.apache.maven.lifecycle.mapping -
-
Uses of Lifecycle in org.apache.maven.lifecycle.mapping
Methods in org.apache.maven.lifecycle.mapping that return types with arguments of type Lifecycle Modifier and Type Method Description java.util.Map<java.lang.String,Lifecycle>
DefaultLifecycleMapping. getLifecycles()
java.util.Map<java.lang.String,Lifecycle>
LifecycleMapping. getLifecycles()
Constructor parameters in org.apache.maven.lifecycle.mapping with type arguments of type Lifecycle Constructor Description DefaultLifecycleMapping(java.util.List<Lifecycle> lifecycles)
Ctor to be used in Java code/providers.
-