public interface Win32_Share
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
int |
getAccessMask() |
boolean |
getAllowMaximum() |
String |
getCaption() |
String |
getDescription() |
Optional<OffsetDateTime> |
getInstallDate() |
int |
getMaximumAllowed() |
String |
getName() |
String |
getPath() |
String |
getStatus() |
int |
getType() |
static List<Win32_Share> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_Share> client) |
int getAccessMask()
boolean getAllowMaximum()
String getCaption()
String getDescription()
Optional<OffsetDateTime> getInstallDate()
int getMaximumAllowed()
String getName()
String getPath()
String getStatus()
int getType()
static void query(CIMV2Wmi wmi, Consumer<Win32_Share> client)
static List<Win32_Share> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.