@Named @Singleton public class DefaultLifecycles extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String[] | STANDARD_LIFECYCLES | 
| Constructor and Description | 
|---|
| DefaultLifecycles() | 
| DefaultLifecycles(org.codehaus.plexus.PlexusContainer plexusContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| Lifecycle | get(String phase)Get lifecycle based on phase | 
| String | getLifecyclePhaseList() | 
| List<Lifecycle> | getLifeCycles()Returns an ordered list of lifecycles | 
| Map<String,Lifecycle> | getPhaseToLifecycleMap()We use this to map all phases to the lifecycle that contains it. | 
public static final String[] STANDARD_LIFECYCLES
public DefaultLifecycles()
@Inject public DefaultLifecycles(org.codehaus.plexus.PlexusContainer plexusContainer)
public Map<String,Lifecycle> getPhaseToLifecycleMap()
public String getLifecyclePhaseList()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.