Uses of Class
org.rhq.core.system.windows.RegistryEntry

Packages that use RegistryEntry
org.rhq.core.system   
 

Uses of RegistryEntry in org.rhq.core.system
 

Methods in org.rhq.core.system that return RegistryEntry
 RegistryEntry WindowsNativeSystemInfo.getRegistryEntry(RegistryEntry.Root root, String key, String name)
          Returns a registry entry (which includes its value) where the key is located under either the LOCAL_MACHINE or CURRENT_USER root registry node.
 

Methods in org.rhq.core.system that return types with arguments of type RegistryEntry
 List<RegistryEntry> WindowsNativeSystemInfo.getRegistryEntries(RegistryEntry.Root root, String key)
          Gets a list of all the value entries of the given registry key.
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.