Uses of Enum Class
com.luna.common.os.OperatingSystem
-
Uses of OperatingSystem in com.luna.common.os
Modifier and TypeMethodDescriptionOperatingSystem.getGroup()
static OperatingSystem
OperatingSystem.parseUserAgentLowercaseString
(String agentString) static OperatingSystem
OperatingSystem.parseUserAgentString
(String agentString) Parses user agent string and returns the best match.static OperatingSystem
OperatingSystem.parseUserAgentString
(String agentString, List<OperatingSystem> operatingSystems) Parses the user agent string and returns the best match for the given operating systems.static OperatingSystem
OperatingSystem.valueOf
(short id) Returns the enum constant of this type with the specified id.static OperatingSystem
Returns the enum constant of this class with the specified name.static OperatingSystem[]
OperatingSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic OperatingSystem
OperatingSystem.parseUserAgentString
(String agentString, List<OperatingSystem> operatingSystems) Parses the user agent string and returns the best match for the given operating systems.