CPUImpl
Implements the CPU
interface, providing the CPU architecture information.
This class extracts the CPU architecture from the provided CPU
object, ensuring a null-safe value is used via the safeValue()
method from the WebInfoItem
interface.
Author
N7ghtm4r3
Parameters
parsedCPU
The CPU
object containing the parsed CPU information, used to extract the architecture.