org.ow2.util.xmlconfig.properties
Interface IPropertyResolver

All Known Implementing Classes:
SystemPropertyResolver

public interface IPropertyResolver

IPropertyResolver represents a pluggable mechanism for accessing a property of an underlying Java object instance.

Author:
Loris Bouzonnet

Method Summary
 java.lang.String resolve(java.lang.String propertyName)
          Get a property value of the underlying Java object instance.
 

Method Detail

resolve

java.lang.String resolve(java.lang.String propertyName)
Get a property value of the underlying Java object instance.

Parameters:
propertyName - a property name
Returns:
the value or null if not defined


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.