public class

PropertyExpander

extends Object
java.lang.Object
   ↳ sun.security.util.PropertyExpander

Class Overview

A utility class to expand properties embedded in a string. Strings of the form ${some.property.name} are expanded to be the value of the property. Also, the special ${/} property is expanded to be the same as file.separator. If a property is not set, a GeneralSecurityException will be thrown.

Summary

Nested Classes
class PropertyExpander.ExpandException  
Public Constructors
PropertyExpander()
Public Methods
static String expand(String value)
static String expand(String value, boolean encodeURL)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyExpander ()

Public Methods

public static String expand (String value)

public static String expand (String value, boolean encodeURL)