| Package | Description |
|---|---|
| org.apache.maven.lifecycle | |
| org.apache.maven.lifecycle.mapping |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LifecyclePhase> |
Lifecycle.getDefaultLifecyclePhases() |
| Constructor and Description |
|---|
Lifecycle(String id,
List<String> phases,
Map<String,LifecyclePhase> defaultPhases) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LifecyclePhase> |
Lifecycle.getLifecyclePhases()
Method getLifecyclePhases
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lifecycle.setLifecyclePhases(Map<String,LifecyclePhase> lifecyclePhases)
Method setLifecyclePhases
|
void |
Lifecycle.setPhases(Map<String,LifecyclePhase> phases)
Deprecated.
|
static Map<String,String> |
LifecyclePhase.toLegacyMap(Map<String,LifecyclePhase> lifecyclePhases)
Deprecated.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.