Package me.saro.commons.shell
Class Shell
- java.lang.Object
-
- me.saro.commons.shell.Shell
-
public class Shell extends java.lang.Objectshell- Since:
- 3.0.2
- Author:
- PARK Yong Seo
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSHELL_CHARSET
-
Constructor Summary
Constructors Constructor Description Shell()
-
Method Summary
Modifier and Type Method Description static ShellResultexecute(java.lang.String... cmds)execute
-
-
-
Method Detail
-
execute
public static ShellResult execute(java.lang.String... cmds) throws java.io.IOException
execute- Parameters:
cmds-- Returns:
- Throws:
java.io.IOException
-
-