org.kuali.common.util.execute
Class MetaInfExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.MetaInfExecutable
All Implemented Interfaces:
Executable

public class MetaInfExecutable
extends Object
implements Executable


Field Summary
static boolean DEFAULT_SKIP
           
 
Constructor Summary
MetaInfExecutable()
           
 
Method Summary
 void execute()
           
 List<MetaInfContext> getContexts()
           
 boolean isSkip()
           
 void setContexts(List<MetaInfContext> contexts)
           
 void setSkip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SKIP

public static final boolean DEFAULT_SKIP
See Also:
Constant Field Values
Constructor Detail

MetaInfExecutable

public MetaInfExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

getContexts

public List<MetaInfContext> getContexts()

setContexts

public void setContexts(List<MetaInfContext> contexts)

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean skip)


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