public class LoggerExecutable extends Object implements Executable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LoggerExecutable.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static LoggerExecutable.Builder | builder(LoggerContext context) | 
| static LoggerExecutable | create(LoggerContext context) | 
| void | execute() | 
| LoggerContext | getContext() | 
| boolean | isSkip() | 
public void execute()
execute in interface Executablepublic static LoggerExecutable create(LoggerContext context)
public static LoggerExecutable.Builder builder(LoggerContext context)
public LoggerContext getContext()
public boolean isSkip()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.