| Modifier and Type | Method and Description |
|---|---|
String |
WMI4Java.getRawWMIObjectOutput(String wmiClass)
Query all the raw object data for an specific class
|
Map<String,String> |
WMI4Java.getWMIObject(String 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(String 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. |
List<String> |
WMI4Java.listClasses()
Query and list the WMI classes
|
List<String> |
WMI4Java.listProperties(String wmiClass)
Query a WMI class and return all the available properties
|
Copyright © 2018. All rights reserved.