Uses of Class
com.aoapps.lang.ProcessResult
-
Packages that use ProcessResult Package Description com.aoapps.lang -
-
Uses of ProcessResult in com.aoapps.lang
Methods in com.aoapps.lang that return ProcessResult Modifier and Type Method Description static ProcessResultProcessResult. exec(String... command)Executes the provided command and gets the result in the system default character set.static ProcessResultProcessResult. exec(String[] command, Charset charset)Executes the provided command and gets the result in the provided character set.static ProcessResultProcessResult. getProcessResult(Process process)Gets the result of the provided process in the system default character set.static ProcessResultProcessResult. getProcessResult(Process process, Charset charset)Gets the result of the provided process in the provided character set.
-