|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.xmlconfig.properties.PropertyResolverHelper
public class PropertyResolverHelper
Helper to resolve properties.
| Constructor Summary | |
|---|---|
PropertyResolverHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
resolve(IPropertyResolver propertyResolver,
java.lang.String propertyValue)
Resolve a property with a given instance of IPropertyResolver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyResolverHelper()
| Method Detail |
|---|
public static java.lang.String resolve(IPropertyResolver propertyResolver,
java.lang.String propertyValue)
throws java.lang.IllegalArgumentException
IPropertyResolver. A
property is resolved in two steps: Firstly, the property is parsed to
build the corresponding Property. Secondly, the property is
compiled to a String.
propertyResolver - an instance IPropertyResolverpropertyValue - a property to resolve
java.lang.IllegalArgumentException - if the given property cannot be resolved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||