Uses of Class
org.apache.maven.lifecycle.mapping.LifecyclePhase
-
Packages that use LifecyclePhase Package Description org.apache.maven.lifecycle org.apache.maven.lifecycle.mapping -
-
Uses of LifecyclePhase in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that return types with arguments of type LifecyclePhase Modifier and Type Method Description java.util.Map<java.lang.String,LifecyclePhase>Lifecycle. getDefaultLifecyclePhases()Constructor parameters in org.apache.maven.lifecycle with type arguments of type LifecyclePhase Constructor Description Lifecycle(java.lang.String id, java.util.List<java.lang.String> phases, java.util.Map<java.lang.String,LifecyclePhase> defaultPhases) -
Uses of LifecyclePhase in org.apache.maven.lifecycle.mapping
Methods in org.apache.maven.lifecycle.mapping that return types with arguments of type LifecyclePhase Modifier and Type Method Description java.util.Map<java.lang.String,LifecyclePhase>Lifecycle. getLifecyclePhases()Method getLifecyclePhasesMethod parameters in org.apache.maven.lifecycle.mapping with type arguments of type LifecyclePhase Modifier and Type Method Description voidLifecycle. setLifecyclePhases(java.util.Map<java.lang.String,LifecyclePhase> lifecyclePhases)Method setLifecyclePhasesstatic java.util.Map<java.lang.String,java.lang.String>LifecyclePhase. toLegacyMap(java.util.Map<java.lang.String,LifecyclePhase> lifecyclePhases)Deprecated.
-