Uses of Enum Class
com.luna.common.os.OperatingSystem
Packages that use OperatingSystem
-
Uses of OperatingSystem in com.luna.common.os
Methods in com.luna.common.os that return OperatingSystemModifier 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.Method parameters in com.luna.common.os with type arguments of type OperatingSystemModifier 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.