|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.common.config.reader.PropertiesConfigurationReader
public class PropertiesConfigurationReader
This class implements a self-contained reader for the current configuration,
and should be used only by the CurrentConfiguration
framework. As such, this is an extremely low-level implementation that may
not use anything but com.metamatrix.common.util components
and only components that do not use LogManager.
Each class that implements this interface must supply a no-arg constructor.
| Field Summary | |
|---|---|
static java.lang.String |
FILENAME
The environment property name for the property file that contains the configuration. |
| Constructor Summary | |
|---|---|
PropertiesConfigurationReader()
Default, no-arg constructor |
|
| Method Summary | |
|---|---|
ConfigurationModelContainer |
getConfigurationModel()
Obtain the next startup configuration model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FILENAME
| Constructor Detail |
|---|
public PropertiesConfigurationReader()
throws ConfigurationConnectionException,
ConfigurationException
ConfigurationException
ConfigurationConnectionException| Method Detail |
|---|
public ConfigurationModelContainer getConfigurationModel()
throws ConfigurationException
getConfigurationModel in interface CurrentConfigurationReaderConfigurationException - if an error occurred within or during
communication with the repository.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||