Class WinRegistry.ExpandString

java.lang.Object
com.install4j.api.windows.WinRegistry.ExpandString
All Implemented Interfaces:
Serializable
Enclosing class:
WinRegistry

public static class WinRegistry.ExpandString extends Object implements Serializable
Class to represent Strings with type REG_EXPAND_SZ.
See Also:
  • Constructor Details

    • ExpandString

      public ExpandString(String value)
      Constructor.
      Parameters:
      value - the string value
  • Method Details

    • getValue

      public String getValue()
      Get the string value.
      Returns:
      the string value
    • toString

      public String toString()
      Overrides:
      toString in class Object