| Interface | Description |
|---|---|
| AbstractOS.IURLErrorNotifier |
| Class | Description |
|---|---|
| AbstractOS |
This abstract class provides access to OS-specific implementations of certain
functions.
|
| AbstractOS.AbstractRetryCopyProcess | |
| AbstractOS.AbstractURLOpener | |
| AndroidOS |
This class is instantiated by AbstractOS if the current OS is Android.
|
| LinuxOS |
This class is instantiated by AbstractOS if the current OS is Linux
|
| MacOS |
This class is instantiated by AbstractOS if the current OS is MacOS or MacOSX
|
| MyRuntime |
Implements some functions what deal with processes of java.lang.Runtime using reflection to deal with
the case java.lang.Runtime or the needed methods are not supported on the
given platform (most notable: iOS)*
|
| UnknownOS |
This class is instantiated by AbstractOS if the OS cannot be determined.
|
| VMPerfDataFile |
Util class to retrieve various details about running virtual machines.
|
| WindowsOS |
This class is instantiated by AbstractOS if the current OS is Windows
|
| WindowsRegistry |
Simple wrapper class to access the windows registy.
|
Copyright © 2023. All rights reserved.