install4j API

com.install4j.api.windows
Class WinRegistry.ExpandString

java.lang.Object
  extended by com.install4j.api.windows.WinRegistry.ExpandString
Enclosing class:
WinRegistry

public static class WinRegistry.ExpandString
extends java.lang.Object

Class to represent Strings with type REG_EXPAND_SZ.


Constructor Summary
WinRegistry.ExpandString(java.lang.String value)
          Constructor.
 
Method Summary
 java.lang.String getValue()
          Get the string value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WinRegistry.ExpandString

public WinRegistry.ExpandString(java.lang.String value)
Constructor.

Parameters:
value - the string value
Method Detail

getValue

public java.lang.String getValue()
Get the string value.

Returns:
the string value

toString

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

install4j API