be.objectify.led
Class DefaultPropertyContext
java.lang.Object
be.objectify.led.DefaultPropertyContext
- All Implemented Interfaces:
- PropertyContext
public class DefaultPropertyContext
- extends Object
- implements PropertyContext
Default implementation of PropertyContext which
- Author:
- Steve Chaloner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPropertyContext
public DefaultPropertyContext(Properties... properties)
getValue
public String getValue(String propertyName)
- Gets the named propety from the context.
- Specified by:
getValue in interface PropertyContext
- 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.