Uses of Class
me.legrange.service.RuntimeEnvironment.Type
-
-
Uses of RuntimeEnvironment.Type in me.legrange.service
Methods in me.legrange.service that return RuntimeEnvironment.Type Modifier and Type Method Description static RuntimeEnvironment.TypeRuntimeEnvironment. getOsType()Apply heuristics to determine the OS type from the os.name system property.static RuntimeEnvironment.TypeRuntimeEnvironment.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeEnvironment.Type[]RuntimeEnvironment.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-