Package com.sdm.quasar.client.core.common.sysinfo

Interface Summary
SystemInfoNode A node of a system information hierarchy.
SystemInfoOptions This interface is used to describe options given to system information collection methods, like SystemInfoProvider.collectSystemInfo(SystemInfoNode, SystemInfoOptions).
SystemInfoProvider This interface might be implemented by system elements, that like to support the collection of system information.
SystemInfoRegistry A SystemInfoRegistry allows to register root SystemInfoProviders to register them at a central registry for a special information class.
 

Class Summary
DefaultSystemInfoNode A simple implementation of SystemInfoNode.
DefaultSystemInfoOptions An default implementation of SystemInfoOptions.
DefaultSystemInfoRegistry