Class Shell


  • public class Shell
    extends java.lang.Object
    shell
    Since:
    3.0.2
    Author:
    PARK Yong Seo
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SHELL_CHARSET  
    • Constructor Summary

      Constructors 
      Constructor Description
      Shell()  
    • Method Summary

      Modifier and Type Method Description
      static ShellResult execute​(java.lang.String... cmds)
      execute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SHELL_CHARSET

        public static final java.lang.String SHELL_CHARSET
    • Constructor Detail

      • Shell

        public Shell()
    • Method Detail

      • execute

        public static ShellResult execute​(java.lang.String... cmds)
                                   throws java.io.IOException
        execute
        Parameters:
        cmds -
        Returns:
        Throws:
        java.io.IOException