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()
           
 void setExecutables(List<Executable> executables)
           
 
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)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.