Uses of Class
berlin.yuna.clu.model.OsType
-
Packages that use OsType Package Description berlin.yuna.clu.logic berlin.yuna.clu.model -
-
Uses of OsType in berlin.yuna.clu.logic
Fields in berlin.yuna.clu.logic declared as OsType Modifier and Type Field Description static OsTypeSystemUtil. OSMethods in berlin.yuna.clu.logic with parameters of type OsType Modifier and Type Method Description static StringSystemUtil. killCommand(OsType os) -
Uses of OsType in berlin.yuna.clu.model
Methods in berlin.yuna.clu.model that return OsType Modifier and Type Method Description static OsTypeOsType. of(String osName)static OsTypeOsType. valueOf(String name)Returns the enum constant of this type with the specified name.static OsType[]OsType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-