org.micropsi.common.config
Interface ConfigurationReaderIF
- All Known Implementing Classes:
- XMLConfigurationReader
- public interface ConfigurationReaderIF
getConfigValue
public java.lang.String getConfigValue(java.lang.String key)
throws MicropsiConfigException
- Throws:
MicropsiConfigException
getIntConfigValue
public int getIntConfigValue(java.lang.String key)
throws MicropsiConfigException
- Throws:
MicropsiConfigException
getDoubleConfigValue
public double getDoubleConfigValue(java.lang.String key)
throws MicropsiConfigException
- Throws:
MicropsiConfigException
getBoolConfigValue
public boolean getBoolConfigValue(java.lang.String key)
throws MicropsiConfigException
- Throws:
MicropsiConfigException
getConfigurationValues
public java.util.Vector getConfigurationValues(java.lang.String key)
throws MicropsiConfigException
- Throws:
MicropsiConfigException
.