Uses of Class
oshi.software.os.OSService
-
Packages that use OSService Package Description oshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process informationoshi.software.os.linux Provides information about Software and OS on Linuxoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.unix.aix Provides information about Software and OS on AIXoshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSDoshi.software.os.unix.openbsd Provides information about Software and OS on OpenBSDoshi.software.os.unix.solaris Provides information about Software and OS on Solarisoshi.software.os.windows Provides information about Software and OS on Windows -
-
Uses of OSService in oshi.software.os
Methods in oshi.software.os that return types with arguments of type OSService Modifier and Type Method Description default java.util.List<OSService>
OperatingSystem. getServices()
Gets the all services on the system. -
Uses of OSService in oshi.software.os.linux
Methods in oshi.software.os.linux that return types with arguments of type OSService Modifier and Type Method Description java.util.List<OSService>
LinuxOperatingSystem. getServices()
-
Uses of OSService in oshi.software.os.mac
Methods in oshi.software.os.mac that return types with arguments of type OSService Modifier and Type Method Description java.util.List<OSService>
MacOperatingSystem. getServices()
-
Uses of OSService in oshi.software.os.unix.aix
Methods in oshi.software.os.unix.aix that return types with arguments of type OSService Modifier and Type Method Description java.util.List<OSService>
AixOperatingSystem. getServices()
-
Uses of OSService in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return types with arguments of type OSService Modifier and Type Method Description java.util.List<OSService>
FreeBsdOperatingSystem. getServices()
-
Uses of OSService in oshi.software.os.unix.openbsd
Methods in oshi.software.os.unix.openbsd that return types with arguments of type OSService Modifier and Type Method Description java.util.List<OSService>
OpenBsdOperatingSystem. getServices()
-
Uses of OSService in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris that return types with arguments of type OSService Modifier and Type Method Description java.util.List<OSService>
SolarisOperatingSystem. getServices()
-
Uses of OSService in oshi.software.os.windows
Methods in oshi.software.os.windows that return types with arguments of type OSService Modifier and Type Method Description java.util.List<OSService>
WindowsOperatingSystem. getServices()
-