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 OperatingSystemOperatingSystem.parseUserAgentLowercaseString(String agentString) static OperatingSystemOperatingSystem.parseUserAgentString(String agentString) Parses user agent string and returns the best match.static OperatingSystemOperatingSystem.parseUserAgentString(String agentString, List<OperatingSystem> operatingSystems) Parses the user agent string and returns the best match for the given operating systems.static OperatingSystemOperatingSystem.valueOf(short id) Returns the enum constant of this type with the specified id.static OperatingSystemReturns 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 OperatingSystemOperatingSystem.parseUserAgentString(String agentString, List<OperatingSystem> operatingSystems) Parses the user agent string and returns the best match for the given operating systems.