org.rhq.core.system.windows
Class RegistryEntry

java.lang.Object
  extended by org.rhq.core.system.windows.RegistryEntry

public class RegistryEntry
extends Object

A single registry entry, including its key and value.


Nested Class Summary
static class RegistryEntry.Root
           
 
Constructor Summary
RegistryEntry(RegistryEntry.Root root, String key, String name, RegistryValue value)
           
 
Method Summary
 String getKey()
           
 String getName()
           
 RegistryEntry.Root getRoot()
           
 RegistryValue getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryEntry

public RegistryEntry(RegistryEntry.Root root,
                     String key,
                     String name,
                     RegistryValue value)
Method Detail

getRoot

public RegistryEntry.Root getRoot()

getKey

public String getKey()

getName

public String getName()

getValue

public RegistryValue getValue()


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