org.kuali.common.util.execute
Class ExecutablesExecutable
java.lang.Object
org.kuali.common.util.execute.ExecutablesExecutable
- All Implemented Interfaces:
- Executable
public class ExecutablesExecutable
- extends Object
- implements Executable
Execute the list of executables
supplied to this bean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutablesExecutable
public ExecutablesExecutable()
execute
public void execute()
- Specified by:
execute
in interface Executable
getExecutables
public List<Executable> getExecutables()
setExecutables
public void setExecutables(List<Executable> executables)
isSkip
public boolean isSkip()
setSkip
public void setSkip(boolean skip)
isTimed
public boolean isTimed()
setTimed
public void setTimed(boolean timed)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.