| Package | Description |
|---|---|
| org.refcodes.runtime.consts |
Constants:
The
const package contains enumerations and static final interface
variables (constants) being the invariants as used by this artifact. |
| org.refcodes.runtime.utils |
Utilities:
A utility class from this artifact's point of view provides functionality nor
requiring any state neither any member variables.
|
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystem |
OperatingSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystem[] |
OperatingSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystem |
SystemUtility.getOperatingSystem()
Determines the operating system your application is currently running on.
|
Copyright © 2015. All rights reserved.