com.bowstreet.generation
Interface PropertyAccess

All Known Implementing Classes:
Theme

public interface PropertyAccess

Interface to make properties accessible to PropertyResolver.


Method Summary
 java.util.List getNames()
          Gets a list of the property names.
 java.lang.String getString(java.lang.String key)
          Gets the String value of the specified property key.
 

Method Detail

getNames

java.util.List getNames()
Gets a list of the property names.

Returns:
A list of the property names.

getString

java.lang.String getString(java.lang.String key)
Gets the String value of the specified property key.

Parameters:
key - The key to get the property for.
Returns:
The String property value of null if not found.


Copyright © 2009 IBM. All Rights Reserved.