| Modifier and Type | Method and Description |
|---|---|
static WMIClass |
WMIClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WMIClass[] |
WMIClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
WMI4Java.getRawWMIObjectOutput(WMIClass wmiClass)
Query all the raw object data for an specific class
|
Map<String,String> |
WMI4Java.getWMIObject(WMIClass wmiClass)
Query all the object data for an specific class
WARNINGN Notice that this method return a flat object. |
List<Map<String,String>> |
WMI4Java.getWMIObjectList(WMIClass wmiClass)
Query a list of object data for an specific class
This method should be used to retrieve a list of objects instead of a flat key/value object. |
Copyright © 2018. All rights reserved.