| Package | Description |
|---|---|
| gw.util |
| Modifier and Type | Method and Description |
|---|---|
static ProcessStarter |
Shell.buildProcess(String command)
Deprecated.
Builds a process starter given a command.
|
ProcessStarter |
ProcessStarter.doNotThrowOnNonZeroReturnVal()
Deprecated.
If called, this ProcessStarter will not throw an exception if the underlying process exits with
a non-zero return code
|
ProcessStarter |
ProcessStarter.includeStdErrInOutput()
Deprecated.
If called, this ProcessStarter will include the StdErr output in the return string of this
process.
|
ProcessStarter |
ProcessStarter.withCharset(String cs)
Deprecated.
|
ProcessStarter |
ProcessStarter.withCMD()
Deprecated.
The process built up will use CMD if this is a windows platform.
|
ProcessStarter |
ProcessStarter.withStdErrHandler(ProcessStarter.OutputHandler stdErrHandler)
Deprecated.
|
ProcessStarter |
ProcessStarter.withStdOutHandler(ProcessStarter.OutputHandler stdOutHandler)
Deprecated.
|
Copyright © 2021. All rights reserved.