public interface Environment
| Modifier and Type | Method and Description |
|---|---|
void |
exit(int exitCode)
Exits the tool.
|
PrintStream |
getStderr()
Gets the stderr for this environment
|
PrintStream |
getStdout()
Gets the stdout for this environment
|
PrintStream getStderr()
PrintStream getStdout()
void exit(int exitCode)
exitCode - Code to exit with. 0 for success, non-zero for failure.Copyright © 2015. All rights reserved.