public class DefaultLifecycleMapping extends Object implements LifecycleMapping
ROLE
Constructor and Description |
---|
DefaultLifecycleMapping()
Deprecated.
Should not be used in Java code.
|
DefaultLifecycleMapping(List<Lifecycle> lifecycles)
Ctor to be used in Java code/providers.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Lifecycle> |
getLifecycles() |
List<String> |
getOptionalMojos(String lifecycle)
Deprecated.
|
Map<String,String> |
getPhases(String lifecycle)
Deprecated.
|
@Deprecated public DefaultLifecycleMapping()
public Map<String,Lifecycle> getLifecycles()
getLifecycles
in interface LifecycleMapping
@Deprecated public List<String> getOptionalMojos(String lifecycle)
getOptionalMojos
in interface LifecycleMapping
@Deprecated public Map<String,String> getPhases(String lifecycle)
getPhases
in interface LifecycleMapping
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.