java.lang.Objectcom.install4j.api.windows.WinRegistry.ExpandString
public static class WinRegistry.ExpandString
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 |
---|
public WinRegistry.ExpandString(java.lang.String value)
value
- the string valueMethod Detail |
---|
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object