Uses of Class
de.mhus.lib.core.MSystem.ScriptResult
-
Packages that use MSystem.ScriptResult Package Description de.mhus.lib.core -
-
Uses of MSystem.ScriptResult in de.mhus.lib.core
Methods in de.mhus.lib.core that return MSystem.ScriptResult Modifier and Type Method Description static MSystem.ScriptResultMSystem. execute(IProperties env, File workingDirectory, InputStream stdin, boolean redirectErrorStream, String... command)Executes a command and returns an array of 0 = strOut, 1 = stdErrstatic MSystem.ScriptResultMSystem. execute(String... command)Executes a command and returns an array of 0 = strOut, 1 = stdErrstatic MSystem.ScriptResultMSystem. startScript(File dir, String script, long timeout)Deprecated.
-