| Interface | Description |
|---|---|
| FileSystem |
The File System is a logical arrangement, usually in a hierarchial tree,
where files are placed for storage and retrieval.
|
| NetworkParams |
NetworkParams presents network parameters of running OS, such as DNS, host
name etc.
|
| OperatingSystem |
An operating system (OS) is the software on a computer that manages the way
different programs use its hardware, and regulates the ways that a user
controls the computer.
|
| Class | Description |
|---|---|
| AbstractNetwork |
Common NetworkParams implementation.
|
| AbstractOS | |
| AbstractOS.FamilyVersionInfo | |
| JavaInfo |
代表Java Implementation的信息
|
| JavaRuntime |
代表当前运行的JRE的信息
|
| JavaSpecInfo |
代表Java Specification的信息
|
| JvmInfo |
代表Java Virtual Machine Implementation的信息
|
| JvmSpecInfo |
代表Java Virutal Machine Specification的信息
|
| OperatingSystem.OSVersionInfo | |
| OSFileStore |
A File Store is a storage pool, device, partition, volume, concrete file
system or other implementation specific means of file storage.
|
| OSProcess |
A process is an instance of a computer program that is being executed.
|
| OSService |
Operating system services are responsible for the management of platform
resources, including the processor, memory, files, and input and output.
|
| OSUser |
OSUser class.
|
| Enum | Description |
|---|---|
| OperatingSystem.ProcessSort |
Controls sorting of Process output
|
| OSProcess.State |
Process Execution States
|
| OSService.State |
Service Execution States
|
Copyright © 2020. All rights reserved.