org.kuali.common.util.metainf.service
Class MetaInfExecutable
java.lang.Object
org.kuali.common.util.metainf.service.MetaInfExecutable
- All Implemented Interfaces:
- Executable
public final class MetaInfExecutable
- extends Object
- implements Executable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SKIP
public static final boolean DEFAULT_SKIP
- See Also:
- Constant Field Values
MetaInfExecutable
public MetaInfExecutable(List<MetaInfContext> contexts,
MetaInfService service)
MetaInfExecutable
public MetaInfExecutable(List<MetaInfContext> contexts,
MetaInfService service,
boolean skip)
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.