Uses of Class
gw.util.ProcessStarter
-
Packages that use ProcessStarter Package Description gw.util -
-
Uses of ProcessStarter in gw.util
Methods in gw.util that return ProcessStarter Modifier and Type Method 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 codeProcessStarter
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.
-