public final class Log4JExecutable extends Object implements Executable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_SKIP |
Constructor and Description |
---|
Log4JExecutable(Log4JService service,
Log4JConfiguration context) |
Log4JExecutable(Log4JService service,
Log4JConfiguration context,
boolean skip) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
Log4JConfiguration |
getContext() |
Log4JService |
getService() |
boolean |
isSkip() |
public static final boolean DEFAULT_SKIP
public Log4JExecutable(Log4JService service, Log4JConfiguration context)
public Log4JExecutable(Log4JService service, Log4JConfiguration context, boolean skip)
public void execute()
execute
in interface Executable
public boolean isSkip()
public Log4JService getService()
public Log4JConfiguration getContext()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.