org.oddjob.arooa.runtime
Interface PropertyLookup

All Known Subinterfaces:
PropertyManager
All Known Implementing Classes:
EnvVarPropertyLookup, StandardPropertyLookup, StandardPropertyManager

public interface PropertyLookup

Something for looking up properties.

Author:
rob

Method Summary
 String lookup(String propertyName)
          Return the value of a property, or null if it doesn't exist.
 

Method Detail

lookup

String lookup(String propertyName)
Return the value of a property, or null if it doesn't exist.

Parameters:
propertyName - The name of the property.
Returns:
The value or null.