Uses of Class
org.benf.cfr.reader.state.OsInfo.OS
-
Packages that use OsInfo.OS Package Description org.benf.cfr.reader.state -
-
Uses of OsInfo.OS in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state that return OsInfo.OS Modifier and Type Method Description static OsInfo.OS
OsInfo. OS()
static OsInfo.OS
OsInfo.OS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OsInfo.OS[]
OsInfo.OS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-