public class Lifecycle extends Object
static Lifecycle
EMPTY
Lifecycle()
Lifecycle(List<String> beforeSteps, List<String> afterSteps)
List<String>
getAfterSteps()
getBeforeSteps()
boolean
isEmpty()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final Lifecycle EMPTY
public Lifecycle()
public Lifecycle(List<String> beforeSteps, List<String> afterSteps)
public List<String> getBeforeSteps()
public List<String> getAfterSteps()
public boolean isEmpty()
public String toString()
toString
Object
Copyright © 2003-2013. All Rights Reserved.