com.izforge.izpack.util.os
Class RegistryDefaultHandler

java.lang.Object
  extended by com.izforge.izpack.util.os.RegistryDefaultHandler

public class RegistryDefaultHandler
extends java.lang.Object

This class provides on windows a registry handler. All classes which needs registry access should be use only one handler.

Author:
Klaus Bartz

Field Summary
private static boolean initialized
           
private static RegistryHandler registryHandler
           
 
Constructor Summary
private RegistryDefaultHandler()
          Default constructor.
 
Method Summary
static RegistryHandler getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryHandler

private static RegistryHandler registryHandler

initialized

private static boolean initialized
Constructor Detail

RegistryDefaultHandler

private RegistryDefaultHandler()
Default constructor. No instance of this class should be created.

Method Detail

getInstance

public static final RegistryHandler getInstance()