Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
private static Platform |
Platform.platform |
Modifier and Type | Method and Description |
---|---|
static Platform |
Platform.determinePlatform()
Identifies the current operating system family.
|
Platform |
PlatformHook.getPlatform()
Get the platform corresponding to this platform hook.
|
Platform |
PlatformHookUnixoid.getPlatform() |
Platform |
PlatformHookOsx.getPlatform() |
Platform |
PlatformHookWindows.getPlatform() |
static Platform |
Platform.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|