org.glite.data.common.helpers
Interface ConfigurationBean

All Known Implementing Classes:
ContextConfigurationBean, FileConfigurationBean, ImplicitContextConfigurationBean

public interface ConfigurationBean

Base interface for configuration beans. The configuration update semantics (i.e whether subsequent changes to the configuration are made live) is up to the implementing bean.)


Method Summary
 java.lang.String get(java.lang.String key)
          Get the configuration item for the given key.
 

Method Detail

get

public java.lang.String get(java.lang.String key)
Get the configuration item for the given key.

Parameters:
key - The key
Returns:
the value