be.objectify.led
Interface PropertyContext
- All Known Implementing Classes:
- DefaultPropertyContext
public interface PropertyContext
Property contexts are the access points to property sources, e.g. System, property files,
or any arbitrary source.
- Author:
- Steve Chaloner
getValue
String getValue(String propertyName)
- Gets the named propety from the context.
- Parameters:
propertyName - the name of the property
- Returns:
- the value mapped to the property name, or null if no value exists
Copyright © 2010 Objectify. All Rights Reserved.