com.pholser.util.properties
Interface PropertySource

All Known Implementing Classes:
SubstitutableProperties

public interface PropertySource

Implement this interface to present sources of key-value properties (other than Properties, Map, and ResourceBundle) to PropertyBinder.


Method Summary
 Object propertyFor(BoundProperty key)
          Gives the property value associated with the given key.
 

Method Detail

propertyFor

Object propertyFor(BoundProperty key)
Gives the property value associated with the given key.

Parameters:
key - the key to look up
Returns:
the value associated with key, if there is one; else null


© Copyright 2009-2013 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu