Uses of Class
org.apache.storm.utils.ShellUtils.OSType
-
Packages that use ShellUtils.OSType Package Description org.apache.storm.utils -
-
Uses of ShellUtils.OSType in org.apache.storm.utils
Fields in org.apache.storm.utils declared as ShellUtils.OSType Modifier and Type Field Description static ShellUtils.OSType
ShellUtils. osType
Methods in org.apache.storm.utils that return ShellUtils.OSType Modifier and Type Method Description static ShellUtils.OSType
ShellUtils.OSType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShellUtils.OSType[]
ShellUtils.OSType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-