类 ShellUtil


  • public final class ShellUtil
    extends Object
    This util class is used to run some shell commands via Java
    • 方法详细资料

      • RunShell

        public static void RunShell​(String command)
        You can run some shell command via this util.
        参数:
        command - The command you wanna run.
      • ClearShell

        public static void ClearShell()
        This method can clear the Shell Window, but you cannot clear the window in IDE