install4j API documentation


com.install4j.api.windows
Class RegistryView

java.lang.Object
  extended by com.install4j.api.windows.RegistryView

public class RegistryView
extends java.lang.Object

Enumeration class for the different views of the Microsoft Windows registry on 64-bit systems. You can find more information here.

Author:
ej-technologies GmbH

Field Summary
static RegistryView BIT32
          Always use the 32-bit view stored in the special Wow6432Node key.
static RegistryView BIT64
          Always use the 64-bit view.
static RegistryView DEFAULT
          Use the 32-bit view for a 32-bit, and the 64-bit view for a 64-bit process.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final RegistryView DEFAULT
Use the 32-bit view for a 32-bit, and the 64-bit view for a 64-bit process.


BIT32

public static final RegistryView BIT32
Always use the 32-bit view stored in the special Wow6432Node key.


BIT64

public static final RegistryView BIT64
Always use the 64-bit view.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object