com.ibm.xdms.common
Interface GlobalConfig


public interface GlobalConfig


Field Summary
static java.lang.String COPYRIGHT
          Copyright
 
Method Summary
 java.lang.String getProperty(java.lang.String name)
          Returns the value of a configuration property.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
Copyright

Method Detail

getProperty

java.lang.String getProperty(java.lang.String name)
Returns the value of a configuration property.

Parameters:
name - The name of the property.
Returns:
Returns the value of a configuration property.