| Package | Description |
|---|---|
| anon.platform |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidOS
This class is instantiated by AbstractOS if the current OS is Android.
|
class |
LinuxOS
This class is instantiated by AbstractOS if the current OS is Linux
|
class |
MacOS
This class is instantiated by AbstractOS if the current OS is MacOS or MacOSX
|
class |
UnknownOS
This class is instantiated by AbstractOS if the OS cannot be determined.
|
class |
WindowsOS
This class is instantiated by AbstractOS if the current OS is Windows
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractOS |
AbstractOS.getInstance()
Instantiates an OS-specific class.
|
Copyright © 2023. All rights reserved.