public class LifecycleConfiguration extends Object implements Serializable
lifecycle.xml
file.Constructor and Description |
---|
LifecycleConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addLifecycle(Lifecycle lifecycle)
Method addLifecycle.
|
List<Lifecycle> |
getLifecycles()
Method getLifecycles.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
void |
removeLifecycle(Lifecycle lifecycle)
Method removeLifecycle.
|
void |
setLifecycles(List<Lifecycle> lifecycles)
Set the lifecycles field.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
public void addLifecycle(Lifecycle lifecycle)
lifecycle
- public String getModelEncoding()
public void removeLifecycle(Lifecycle lifecycle)
lifecycle
- public void setLifecycles(List<Lifecycle> lifecycles)
lifecycles
- public void setModelEncoding(String modelEncoding)
modelEncoding
- Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.