DesktopInfoImpl
Represents an implementation of the DesktopInfo
interface. Provides concrete information about the operating system and hardware of the desktop.
This class lazily initializes the system information and provides the OperatingSystem
and Hardware
details by using their respective implementations.
Author
N7ghtm4r3
See also
Properties
Link copied to clipboard
operatingSystem
The operating system of the desktop, lazily initialized with the OperatingSystemImpl
.
Link copied to clipboard
systemInfo
The system information used to initialize both the operating system and hardware components. This is lazily initialized to improve performance.