Uses of Class
oshi.driver.windows.wmi.Win32ProcessCached
-
Packages that use Win32ProcessCached Package Description oshi.driver.windows.wmi Provides functions to query properties in WMI classes -
-
Uses of Win32ProcessCached in oshi.driver.windows.wmi
Fields in oshi.driver.windows.wmi with type parameters of type Win32ProcessCached Modifier and Type Field Description private static java.util.function.Supplier<Win32ProcessCached>
Win32ProcessCached. INSTANCE
Methods in oshi.driver.windows.wmi that return Win32ProcessCached Modifier and Type Method Description private static Win32ProcessCached
Win32ProcessCached. createInstance()
static Win32ProcessCached
Win32ProcessCached. getInstance()
Get the singleton instance of this class, instantiating the map which caches command lines.
-