Uses of Class
gw.util.ProcessStarter
Packages that use ProcessStarter
-
Uses of ProcessStarter in gw.util
Methods in gw.util that return ProcessStarterModifier and TypeMethodDescriptionstatic ProcessStarterShell.buildProcess(String command) Deprecated.Builds a process starter given a command.ProcessStarter.doNotThrowOnNonZeroReturnVal()Deprecated.If called, this ProcessStarter will not throw an exception if the underlying process exits with a non-zero return codeProcessStarter.includeStdErrInOutput()Deprecated.If called, this ProcessStarter will include the StdErr output in the return string of this process.ProcessStarter.withCharset(String cs) Deprecated.ProcessStarter.withCMD()Deprecated.The process built up will use CMD if this is a windows platform.ProcessStarter.withStdErrHandler(ProcessStarter.OutputHandler stdErrHandler) Deprecated.ProcessStarter.withStdOutHandler(ProcessStarter.OutputHandler stdOutHandler) Deprecated.