public final class MetaInfExecutable extends Object implements Executable
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_SKIP |
| Constructor and Description |
|---|
MetaInfExecutable(List<MetaInfContext> contexts,
MetaInfService service) |
MetaInfExecutable(List<MetaInfContext> contexts,
MetaInfService service,
boolean skip) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
List<MetaInfContext> |
getContexts() |
MetaInfService |
getService() |
boolean |
isSkip() |
public static final boolean DEFAULT_SKIP
public MetaInfExecutable(List<MetaInfContext> contexts, MetaInfService service)
public MetaInfExecutable(List<MetaInfContext> contexts, MetaInfService service, boolean skip)
public void execute()
execute in interface Executablepublic boolean isSkip()
public List<MetaInfContext> getContexts()
public MetaInfService getService()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.