类 IShell

java.lang.Object
com.hyperlcd.Utils.IShell

public class IShell
extends java.lang.Object

HyperlcdLib Shell命令工具类


接口功能:执行shell命令
  • 构造器概要

    构造器 
    构造器 说明
    IShell()  
  • 方法概要

    修饰符和类型 方法 说明
    static java.lang.String execRootCmd​(java.lang.String cmd)
    输入shell命令进行执行

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

  • 方法详细资料

    • execRootCmd

      public static java.lang.String execRootCmd​(java.lang.String cmd)
      输入shell命令进行执行
      参数:
      cmd - 命令行
      返回:
      执行结果