public static enum RootUtils.SHELL_CMD extends Enum<RootUtils.SHELL_CMD>
| 枚举常量和说明 |
|---|
CHECK_SU_BINARY |
public static final RootUtils.SHELL_CMD CHECK_SU_BINARY
public static RootUtils.SHELL_CMD[] values()
for (RootUtils.SHELL_CMD c : RootUtils.SHELL_CMD.values()) System.out.println(c);
public static RootUtils.SHELL_CMD valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值