org.rhq.core.system.windows
Class RegistryEntry
java.lang.Object
org.rhq.core.system.windows.RegistryEntry
public class RegistryEntry
- extends Object
A single registry entry, including its key and value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryEntry
public RegistryEntry(RegistryEntry.Root root,
String key,
String name,
RegistryValue value)
getRoot
public RegistryEntry.Root getRoot()
getKey
public String getKey()
getName
public String getName()
getValue
public RegistryValue getValue()
Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.