com.google.gwt.core.ext
Interface PropertyOracle


public interface PropertyOracle


Method Summary
 java.lang.String getPropertyValue(TreeLogger logger, java.lang.String propertyName)
           
 

Method Detail

getPropertyValue

public java.lang.String getPropertyValue(TreeLogger logger,
                                         java.lang.String propertyName)
                                  throws BadPropertyValueException
Parameters:
logger - the current logger
propertyName - the name of the property
Returns:
a value for the property
Throws:
BadPropertyValueException - if the property is either undefined or has a value that is unsupported