jxUtil 0.6

org.sourceforge.jxutil.w32
Class Registry

java.lang.Object
  |
  +--org.sourceforge.jxutil.w32.Registry

public class Registry
extends Object


Field Summary
(package private) static String id
           
 
Constructor Summary
Registry()
           
 
Method Summary
static void dumpPretty(PrintStream out, RegistryKey key)
           
(package private) static void dumpPretty(PrintStream out, RegistryKey key, int ident)
           
static void dumpRegistry(PrintStream out, RegistryKey key)
           
(package private) static void internalDumpRegistry(PrintStream out, RegistryKey key)
           
(package private) static String toRegString(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

static final String id
See Also:
Constant Field Values
Constructor Detail

Registry

public Registry()
Method Detail

dumpPretty

public static void dumpPretty(PrintStream out,
                              RegistryKey key)

dumpPretty

static final void dumpPretty(PrintStream out,
                             RegistryKey key,
                             int ident)
                      throws RegistryAccessException
RegistryAccessException

dumpRegistry

public static void dumpRegistry(PrintStream out,
                                RegistryKey key)

internalDumpRegistry

static void internalDumpRegistry(PrintStream out,
                                 RegistryKey key)
                          throws RegistryAccessException
RegistryAccessException

toRegString

static String toRegString(Object o)

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.