Uses of Class
oshi.software.os.ApplicationInfo
Packages that use ApplicationInfo
Package
Description
Provides functions to query data in Windows Registry
[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information
Provides information about Software and OS on Linux
Provides information about Software and OS on macOS
Provides information about Software and OS on AIX
Provides information about Software and OS on Windows
-
Uses of ApplicationInfo in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptionstatic List
<ApplicationInfo> InstalledAppsData.queryInstalledApps()
-
Uses of ApplicationInfo in oshi.software.os
Methods in oshi.software.os that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptiondefault List
<ApplicationInfo> OperatingSystem.getInstalledApplications()
Retrieves a list of installed applications on the system. -
Uses of ApplicationInfo in oshi.software.os.linux
Methods in oshi.software.os.linux that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptionLinuxOperatingSystem.getInstalledApplications()
static List
<ApplicationInfo> LinuxInstalledApps.queryInstalledApps()
Retrieves the list of installed applications on a Linux system. -
Uses of ApplicationInfo in oshi.software.os.mac
Methods in oshi.software.os.mac that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptionMacOperatingSystem.getInstalledApplications()
static List
<ApplicationInfo> MacInstalledApps.queryInstalledApps()
-
Uses of ApplicationInfo in oshi.software.os.unix.aix
Methods in oshi.software.os.unix.aix that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptionAixOperatingSystem.getInstalledApplications()
static List
<ApplicationInfo> AixInstalledApps.queryInstalledApps()
-
Uses of ApplicationInfo in oshi.software.os.windows
Methods in oshi.software.os.windows that return types with arguments of type ApplicationInfoModifier and TypeMethodDescriptionWindowsOperatingSystem.getInstalledApplications()
static List
<ApplicationInfo> WindowsInstalledApps.queryInstalledApps()