org.kuali.common.util.execute
Class ExecutablesExecutable

java.lang.Object
  extended by 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


Constructor Summary
ExecutablesExecutable()
           
 
Method Summary
 void execute()
           
 List<Executable> getExecutables()
           
 boolean isSkip()
           
 boolean isTimed()
           
 void setExecutables(List<Executable> executables)
           
 void setSkip(boolean skip)
           
 void setTimed(boolean timed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutablesExecutable

public ExecutablesExecutable()
Method Detail

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.