org.apache.cayenne.configuration
Interface RuntimeProperties

All Known Implementing Classes:
DefaultRuntimeProperties

public interface RuntimeProperties

Represents a properties map for a given CayenneRuntime.

Since:
3.1

Method Summary
 String get(String key)
          Returns a String property value for a given key.
 boolean getBoolean(String key, boolean defaultValue)
           
 

Method Detail

get

String get(String key)
Returns a String property value for a given key.


getBoolean

boolean getBoolean(String key,
                   boolean defaultValue)


Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.