public class SystemEnvironment extends Object implements Environment
| Constructor and Description |
|---|
SystemEnvironment() |
| 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
|
public PrintStream getStderr()
EnvironmentgetStderr in interface Environmentpublic PrintStream getStdout()
EnvironmentgetStdout in interface Environmentpublic void exit(int exitCode)
Environmentexit in interface EnvironmentexitCode - Code to exit with. 0 for success, non-zero for failure.Copyright © 2015. All rights reserved.