|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.excalibur.property.PropertyUtil
This provides utility methods for properties.
Method Summary | |
static java.lang.Object |
resolveProperty(java.lang.String property,
Context context,
boolean ignoreUndefined)
Resolve property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.Object resolveProperty(java.lang.String property, Context context, boolean ignoreUndefined) throws PropertyException
property
- the property to resolvecontext
- the context in which to resolve propertyignoreUndefined
- if false will throw an PropertyException if property is not foundPropertyException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |