Index

B C D G I M N O P T U V 
All Classes and Interfaces|All Packages

B

Battery - Class in io.github.eggy03.ferrumx.windows.entity.battery
Immutable representation of a battery device on a Windows system.
Battery() - Constructor for class io.github.eggy03.ferrumx.windows.entity.battery.Battery
 
BATTERY_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_Battery class
BatteryService - Class in io.github.eggy03.ferrumx.windows.service.battery
Service class for fetching battery information from the system.
BatteryService() - Constructor for class io.github.eggy03.ferrumx.windows.service.battery.BatteryService
 
Bios - Class in io.github.eggy03.ferrumx.windows.entity.mainboard
Immutable representation of a BIOS entity on a Windows system.
Bios() - Constructor for class io.github.eggy03.ferrumx.windows.entity.mainboard.Bios
 
BIOS_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_BIOS class
BiosService - Class in io.github.eggy03.ferrumx.windows.service.mainboard
Service class for fetching BIOS information from the system.
BiosService() - Constructor for class io.github.eggy03.ferrumx.windows.service.mainboard.BiosService
 

C

CimQuery - Enum in io.github.eggy03.ferrumx.windows.constant
Enum representing the predefined WMI (CIM) queries used in the system.
CommonServiceInterface<S> - Interface in io.github.eggy03.ferrumx.windows.service
Common service interface whose method implementations provide a way to fetch WMI data from Powershell in the form of a List
COMPUTER_SYSTEM_PRODUCT - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_ComputerSystemProduct class
ComputerSystemProduct - Class in io.github.eggy03.ferrumx.windows.entity.product
Immutable representation of a computer product on a Windows system.
ComputerSystemProduct() - Constructor for class io.github.eggy03.ferrumx.windows.entity.product.ComputerSystemProduct
 
ComputerSystemProductService - Class in io.github.eggy03.ferrumx.windows.service.product
Service class for fetching the system product information.
ComputerSystemProductService() - Constructor for class io.github.eggy03.ferrumx.windows.service.product.ComputerSystemProductService
 

D

DISK_PARTITION_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_DiskPartition class
DISK_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_DiskDrive class
DiskDrive - Class in io.github.eggy03.ferrumx.windows.entity.storage
Immutable representation of a physical or logical drive on a Windows system.
DiskDrive() - Constructor for class io.github.eggy03.ferrumx.windows.entity.storage.DiskDrive
 
DiskDriveService - Class in io.github.eggy03.ferrumx.windows.service.storage
Service class for fetching information about disk drives.
DiskDriveService() - Constructor for class io.github.eggy03.ferrumx.windows.service.storage.DiskDriveService
 
DiskPartition - Class in io.github.eggy03.ferrumx.windows.entity.storage
Immutable representation of a logical disk partition on a Windows system.
DiskPartition() - Constructor for class io.github.eggy03.ferrumx.windows.entity.storage.DiskPartition
 
DiskPartitionService - Class in io.github.eggy03.ferrumx.windows.service.storage
Service class for fetching information about disk partitions.
DiskPartitionService() - Constructor for class io.github.eggy03.ferrumx.windows.service.storage.DiskPartitionService
 

G

get() - Method in class io.github.eggy03.ferrumx.windows.service.battery.BatteryService
Retrieves a list of batteries present on the system.
get() - Method in interface io.github.eggy03.ferrumx.windows.service.CommonServiceInterface
Implementations of this method are expected to query the Powershell using methods that automatically handle the Powershell process lifecycle and then use MapperUtil to map the results to the expected entity types
get() - Method in class io.github.eggy03.ferrumx.windows.service.display.MonitorService
Retrieves a list of monitors connected to the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.display.VideoControllerService
Retrieves a list of video controllers (GPUs) present in the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.mainboard.BiosService
Retrieves a list of BIOS entries present in the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardPortService
Retrieves a list of mainboard ports present in the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardService
Retrieves an Optional containing the system's mainboard information.
get() - Method in class io.github.eggy03.ferrumx.windows.service.memory.PhysicalMemoryService
Retrieves a list of physical memory modules present in the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterConfigurationService
Retrieves a list of network adapter configurations present in the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterService
Retrieves a list of network adapters present in the system.
get() - Method in interface io.github.eggy03.ferrumx.windows.service.OptionalCommonServiceInterface
Implementations of this method are expected to query the Powershell using methods that automatically handle the Powershell process lifecycle and then use MapperUtil to map the results to the expected entity types
get() - Method in class io.github.eggy03.ferrumx.windows.service.os.OperatingSystemService
Retrieves a list of operating systems present on the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.processor.ProcessorCacheService
Retrieves a list of processor cache entries present in the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.processor.ProcessorService
Retrieves a non-null list of processor entries present in the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.product.ComputerSystemProductService
Retrieves an Optional containing the computer system product information.
get() - Method in class io.github.eggy03.ferrumx.windows.service.storage.DiskDriveService
Retrieves a non-null list of disk drives present in the system.
get() - Method in class io.github.eggy03.ferrumx.windows.service.storage.DiskPartitionService
Retrieves a non-null list of disk partitions present in the system.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.battery.BatteryService
Retrieves a list of batteries present on the system using the caller's PowerShell session.
get(PowerShell) - Method in interface io.github.eggy03.ferrumx.windows.service.CommonServiceInterface
Implementations of this method are expected to query the Powershell using methods that delegate the responsibility of managing the Powershell session to the caller
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.display.MonitorService
Retrieves a list of monitors connected to the system using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.display.VideoControllerService
Retrieves a list of video controllers (GPUs) present in the system using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.mainboard.BiosService
Retrieves a list of BIOS entries present in the system using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardPortService
Retrieves a list of mainboard ports present in the system using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardService
Retrieves an Optional containing the system's mainboard information using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.memory.PhysicalMemoryService
Retrieves a list of physical memory modules using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterConfigurationService
Retrieves a list of network adapter configurations using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterService
Retrieves a list of network adapters using the caller's PowerShell session.
get(PowerShell) - Method in interface io.github.eggy03.ferrumx.windows.service.OptionalCommonServiceInterface
Implementations of this method are expected to query the Powershell using methods that delegate the responsibility of managing the Powershell session to the caller
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.os.OperatingSystemService
Retrieves a list of operating systems using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.processor.ProcessorCacheService
Retrieves a list of processor cache entries using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.processor.ProcessorService
Retrieves a non-null list of processor entries using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.product.ComputerSystemProductService
Retrieves an Optional containing the computer system product information using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.storage.DiskDriveService
Retrieves a non-null list of disk drives using the caller's PowerShell session.
get(PowerShell) - Method in class io.github.eggy03.ferrumx.windows.service.storage.DiskPartitionService
Retrieves a non-null list of disk partitions using the caller's PowerShell session.
getUser() - Method in class io.github.eggy03.ferrumx.windows.service.user.UserService
Retrieves the current system user information.

I

io.github.eggy03.ferrumx.windows.constant - package io.github.eggy03.ferrumx.windows.constant
 
io.github.eggy03.ferrumx.windows.entity.battery - package io.github.eggy03.ferrumx.windows.entity.battery
 
io.github.eggy03.ferrumx.windows.entity.display - package io.github.eggy03.ferrumx.windows.entity.display
 
io.github.eggy03.ferrumx.windows.entity.mainboard - package io.github.eggy03.ferrumx.windows.entity.mainboard
 
io.github.eggy03.ferrumx.windows.entity.memory - package io.github.eggy03.ferrumx.windows.entity.memory
 
io.github.eggy03.ferrumx.windows.entity.network - package io.github.eggy03.ferrumx.windows.entity.network
 
io.github.eggy03.ferrumx.windows.entity.os - package io.github.eggy03.ferrumx.windows.entity.os
 
io.github.eggy03.ferrumx.windows.entity.processor - package io.github.eggy03.ferrumx.windows.entity.processor
 
io.github.eggy03.ferrumx.windows.entity.product - package io.github.eggy03.ferrumx.windows.entity.product
 
io.github.eggy03.ferrumx.windows.entity.storage - package io.github.eggy03.ferrumx.windows.entity.storage
 
io.github.eggy03.ferrumx.windows.entity.user - package io.github.eggy03.ferrumx.windows.entity.user
 
io.github.eggy03.ferrumx.windows.mapping - package io.github.eggy03.ferrumx.windows.mapping
 
io.github.eggy03.ferrumx.windows.service - package io.github.eggy03.ferrumx.windows.service
 
io.github.eggy03.ferrumx.windows.service.battery - package io.github.eggy03.ferrumx.windows.service.battery
 
io.github.eggy03.ferrumx.windows.service.display - package io.github.eggy03.ferrumx.windows.service.display
 
io.github.eggy03.ferrumx.windows.service.mainboard - package io.github.eggy03.ferrumx.windows.service.mainboard
 
io.github.eggy03.ferrumx.windows.service.memory - package io.github.eggy03.ferrumx.windows.service.memory
 
io.github.eggy03.ferrumx.windows.service.network - package io.github.eggy03.ferrumx.windows.service.network
 
io.github.eggy03.ferrumx.windows.service.os - package io.github.eggy03.ferrumx.windows.service.os
 
io.github.eggy03.ferrumx.windows.service.processor - package io.github.eggy03.ferrumx.windows.service.processor
 
io.github.eggy03.ferrumx.windows.service.product - package io.github.eggy03.ferrumx.windows.service.product
 
io.github.eggy03.ferrumx.windows.service.storage - package io.github.eggy03.ferrumx.windows.service.storage
 
io.github.eggy03.ferrumx.windows.service.user - package io.github.eggy03.ferrumx.windows.service.user
 

M

Mainboard - Class in io.github.eggy03.ferrumx.windows.entity.mainboard
Immutable representation of a motherboard device on a Windows system.
Mainboard() - Constructor for class io.github.eggy03.ferrumx.windows.entity.mainboard.Mainboard
 
MAINBOARD_PORT_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_PortConnector class
MAINBOARD_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_Baseboard class
MainboardPort - Class in io.github.eggy03.ferrumx.windows.entity.mainboard
Immutable representation of a motherboard port on a Windows system.
MainboardPort() - Constructor for class io.github.eggy03.ferrumx.windows.entity.mainboard.MainboardPort
 
MainboardPortService - Class in io.github.eggy03.ferrumx.windows.service.mainboard
Service class for fetching mainboard port information from the system.
MainboardPortService() - Constructor for class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardPortService
 
MainboardService - Class in io.github.eggy03.ferrumx.windows.service.mainboard
Service class for fetching mainboard information from the system.
MainboardService() - Constructor for class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardService
 
MapperUtil - Class in io.github.eggy03.ferrumx.windows.mapping
Utility class for mapping JSON strings to Java objects.
mapToList(String, Class<S>) - Static method in class io.github.eggy03.ferrumx.windows.mapping.MapperUtil
Converts a JSON string into a list of objects of the specified type.
mapToObject(String, Class<S>) - Static method in class io.github.eggy03.ferrumx.windows.mapping.MapperUtil
Converts a JSON string into an Optional object of the specified type.
Monitor - Class in io.github.eggy03.ferrumx.windows.entity.display
Immutable representation of a monitor device on a Windows system.
Monitor() - Constructor for class io.github.eggy03.ferrumx.windows.entity.display.Monitor
 
MONITOR_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_DesktopMonitor class
MonitorService - Class in io.github.eggy03.ferrumx.windows.service.display
Service class for fetching monitor information from the system.
MonitorService() - Constructor for class io.github.eggy03.ferrumx.windows.service.display.MonitorService
 

N

NETWORK_ADAPTER_CONFIGURATION_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_NetworkAdapterConfiguration class
NETWORK_ADAPTER_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_NetworkAdapter class
NetworkAdapter - Class in io.github.eggy03.ferrumx.windows.entity.network
Immutable representation of a network adapter on a Windows system.
NetworkAdapter() - Constructor for class io.github.eggy03.ferrumx.windows.entity.network.NetworkAdapter
 
NetworkAdapterConfiguration - Class in io.github.eggy03.ferrumx.windows.entity.network
Immutable representation of a network adapter configuration on a Windows system.
NetworkAdapterConfiguration() - Constructor for class io.github.eggy03.ferrumx.windows.entity.network.NetworkAdapterConfiguration
 
NetworkAdapterConfigurationService - Class in io.github.eggy03.ferrumx.windows.service.network
Service class for fetching network adapter configuration information from the system.
NetworkAdapterConfigurationService() - Constructor for class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterConfigurationService
 
NetworkAdapterService - Class in io.github.eggy03.ferrumx.windows.service.network
Service class for fetching network adapter information from the system.
NetworkAdapterService() - Constructor for class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterService
 

O

OPERATING_SYSTEM_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_OperatingSystem class
OperatingSystem - Class in io.github.eggy03.ferrumx.windows.entity.os
Immutable representation of the Windows Operating System.
OperatingSystem() - Constructor for class io.github.eggy03.ferrumx.windows.entity.os.OperatingSystem
 
OperatingSystemService - Class in io.github.eggy03.ferrumx.windows.service.os
Service class for fetching operating system information from the system.
OperatingSystemService() - Constructor for class io.github.eggy03.ferrumx.windows.service.os.OperatingSystemService
 
OptionalCommonServiceInterface<S> - Interface in io.github.eggy03.ferrumx.windows.service
Common service interface whose method implementations provide a way to fetch WMI data from Powershell in the form of Optional

P

PHYSICAL_MEMORY_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_PhysicalMemory class
PhysicalMemory - Class in io.github.eggy03.ferrumx.windows.entity.memory
Immutable representation of a RAM module on a Windows system.
PhysicalMemory() - Constructor for class io.github.eggy03.ferrumx.windows.entity.memory.PhysicalMemory
 
PhysicalMemoryService - Class in io.github.eggy03.ferrumx.windows.service.memory
Service class for fetching information about physical memory modules (RAM) in the system.
PhysicalMemoryService() - Constructor for class io.github.eggy03.ferrumx.windows.service.memory.PhysicalMemoryService
 
Processor - Class in io.github.eggy03.ferrumx.windows.entity.processor
Immutable representation of a CPU device on a Windows system.
Processor() - Constructor for class io.github.eggy03.ferrumx.windows.entity.processor.Processor
 
PROCESSOR_CACHE_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_CacheMemory class
PROCESSOR_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_Processor class
ProcessorCache - Class in io.github.eggy03.ferrumx.windows.entity.processor
Immutable representation of a processor cache (e.g., L1, L2, L3) on a Windows system.
ProcessorCache() - Constructor for class io.github.eggy03.ferrumx.windows.entity.processor.ProcessorCache
 
ProcessorCacheService - Class in io.github.eggy03.ferrumx.windows.service.processor
Service class for fetching processor cache information from the system.
ProcessorCacheService() - Constructor for class io.github.eggy03.ferrumx.windows.service.processor.ProcessorCacheService
 
ProcessorService - Class in io.github.eggy03.ferrumx.windows.service.processor
Service class for fetching CPU information from the system.
ProcessorService() - Constructor for class io.github.eggy03.ferrumx.windows.service.processor.ProcessorService
 

T

Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.battery.BatteryService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.display.MonitorService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.display.VideoControllerService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.mainboard.BiosService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardPortService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.memory.PhysicalMemoryService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterConfigurationService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.os.OperatingSystemService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.processor.ProcessorCacheService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.processor.ProcessorService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.product.ComputerSystemProductService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.storage.DiskDriveService
Section
Thread safety - Search tag in class io.github.eggy03.ferrumx.windows.service.storage.DiskPartitionService
Section
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.battery.Battery
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.display.Monitor
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.display.VideoController
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.mainboard.Bios
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.mainboard.Mainboard
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.mainboard.MainboardPort
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.memory.PhysicalMemory
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.network.NetworkAdapter
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.network.NetworkAdapterConfiguration
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.os.OperatingSystem
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.processor.Processor
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.processor.ProcessorCache
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.product.ComputerSystemProduct
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.storage.DiskDrive
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.storage.DiskPartition
 
toString() - Method in class io.github.eggy03.ferrumx.windows.entity.user.User
 

U

Usage example - Search tag in class io.github.eggy03.ferrumx.windows.entity.battery.Battery
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.entity.display.Monitor
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.entity.display.VideoController
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.entity.mainboard.Bios
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.entity.mainboard.Mainboard
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.entity.mainboard.MainboardPort
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.entity.memory.PhysicalMemory
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.entity.network.NetworkAdapter
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.mapping.MapperUtil
Section
Usage example - Search tag in class io.github.eggy03.ferrumx.windows.service.user.UserService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.entity.network.NetworkAdapterConfiguration
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.entity.os.OperatingSystem
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.entity.processor.Processor
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.entity.processor.ProcessorCache
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.entity.product.ComputerSystemProduct
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.entity.storage.DiskDrive
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.entity.storage.DiskPartition
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.entity.user.User
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.battery.BatteryService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.display.MonitorService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.display.VideoControllerService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.mainboard.BiosService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardPortService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.mainboard.MainboardService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.memory.PhysicalMemoryService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterConfigurationService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.network.NetworkAdapterService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.os.OperatingSystemService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.processor.ProcessorCacheService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.processor.ProcessorService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.product.ComputerSystemProductService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.storage.DiskDriveService
Section
Usage examples - Search tag in class io.github.eggy03.ferrumx.windows.service.storage.DiskPartitionService
Section
User - Class in io.github.eggy03.ferrumx.windows.entity.user
Immutable representation of a user on a Windows system.
User() - Constructor for class io.github.eggy03.ferrumx.windows.entity.user.User
 
UserService - Class in io.github.eggy03.ferrumx.windows.service.user
Service class for fetching the current system user information.
UserService() - Constructor for class io.github.eggy03.ferrumx.windows.service.user.UserService
 

V

valueOf(String) - Static method in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Returns an array containing the constants of this enum type, in the order they are declared.
VIDEO_CONTROLLER_QUERY - Enum constant in enum io.github.eggy03.ferrumx.windows.constant.CimQuery
Query to fetch the properties of Win32_VideoController class
VideoController - Class in io.github.eggy03.ferrumx.windows.entity.display
Immutable representation of a GPU device on a Windows system.
VideoController() - Constructor for class io.github.eggy03.ferrumx.windows.entity.display.VideoController
 
VideoControllerService - Class in io.github.eggy03.ferrumx.windows.service.display
Service class for fetching video controller (GPU) information from the system.
VideoControllerService() - Constructor for class io.github.eggy03.ferrumx.windows.service.display.VideoControllerService
 
B C D G I M N O P T U V 
All Classes and Interfaces|All Packages