Class Summary |
AbstractOS |
This abstract class provides access to OS-specific implementations of certain
functions. |
AbstractOS.AbstractRetryCopyProcess |
|
AbstractOS.AbstractURLOpener |
|
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 |
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. |