org.kuali.common.util.metainf.service
Class MetaInfExecutable

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

public final class MetaInfExecutable
extends Object
implements Executable


Field Summary
static boolean DEFAULT_SKIP
           
 
Constructor Summary
MetaInfExecutable(List<MetaInfContext> contexts, MetaInfService service)
           
MetaInfExecutable(List<MetaInfContext> contexts, MetaInfService service, boolean skip)
           
 
Method Summary
 void execute()
           
 List<MetaInfContext> getContexts()
           
 MetaInfService getService()
           
 boolean isSkip()
           
 
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(List<MetaInfContext> contexts,
                         MetaInfService service)

MetaInfExecutable

public MetaInfExecutable(List<MetaInfContext> contexts,
                         MetaInfService service,
                         boolean skip)
Method Detail

execute

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

isSkip

public boolean isSkip()

getContexts

public List<MetaInfContext> getContexts()

getService

public MetaInfService getService()


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