@Component(role=DefaultLifecycles.class) public class DefaultLifecycles extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String[] | STANDARD_LIFECYCLES | 
| Constructor and Description | 
|---|
| DefaultLifecycles() | 
| DefaultLifecycles(Map<String,Lifecycle> lifecycles,
                 org.codehaus.plexus.logging.Logger logger) | 
| Modifier and Type | Method and Description | 
|---|---|
| Lifecycle | get(String key) | 
| String | getLifecyclePhaseList() | 
| List<Lifecycle> | getLifeCycles() | 
| Map<String,Lifecycle> | getPhaseToLifecycleMap()We use this to map all phases to the lifecycle that contains it. | 
public static final String[] STANDARD_LIFECYCLES
public Map<String,Lifecycle> getPhaseToLifecycleMap()
public String getLifecyclePhaseList()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.