public interface Win32_Environment
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getDescription() |
Optional<OffsetDateTime> |
getInstallDate() |
String |
getName() |
String |
getStatus() |
boolean |
getSystemVariable() |
String |
getUserName() |
String |
getVariableValue() |
static List<Win32_Environment> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_Environment> client) |
String getCaption()
String getDescription()
Optional<OffsetDateTime> getInstallDate()
String getName()
String getStatus()
boolean getSystemVariable()
String getUserName()
String getVariableValue()
static void query(CIMV2Wmi wmi, Consumer<Win32_Environment> client)
static List<Win32_Environment> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.