Uses of Class
com.profesorfalken.wmi4java.WMIClass
-
Uses of WMIClass in com.profesorfalken.wmi4java
Methods in com.profesorfalken.wmi4java that return WMIClass Modifier and Type Method Description static WMIClassWMIClass. 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.Methods in com.profesorfalken.wmi4java with parameters of type WMIClass Modifier and Type Method Description StringWMI4Java. getRawWMIObjectOutput(WMIClass wmiClass)Query all the raw object data for an specific classMap<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.