|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExecutionContext
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Returns the execution context attribute with the given name, or null if there is no attribute by that name. |
InspectionContext |
getInspectionContext()
|
void |
logError(java.lang.String error)
Logs a line of error output. |
void |
logError(java.lang.String error,
java.lang.Throwable t)
Logs a line and an exception to the error output . |
void |
logOutput(java.lang.String output)
Logs a line of output. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Stores an attribute in the execution context. |
| Method Detail |
|---|
void logOutput(java.lang.String output)
standard output stream.
output - the log line to be written.void logError(java.lang.String error)
standard error stream.
error - the error line to be written.
void logError(java.lang.String error,
java.lang.Throwable t)
error - the error to be written.t - the exception to be logged toojava.lang.Object getAttribute(java.lang.String name)
name - the name of the attribute
void setAttribute(java.lang.String name,
java.lang.Object value)
name - the name of the attributevalue - the value of the attributeInspectionContext getInspectionContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||