|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepExecutionContext
Defines a set of methods that a step uses to communicate with its execution engine, e.g. to write to the log file.
| Method Summary | |
|---|---|
void |
logError(java.lang.String error)
Logs a line of error output. |
void |
logOutput(java.lang.String output)
Logs a line of output. |
| Method Detail |
|---|
void logOutput(java.lang.String output)
standard output stream.
output - the log line to be written to a destination.void logError(java.lang.String error)
standard error stream.
error - the error to be written to a destination.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||