public class ConfigurationReaderDefault extends java.lang.Object implements ConfigurationReader
| Constructor and Description |
|---|
ConfigurationReaderDefault() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
read(java.lang.String filename)
Reads configuration data from a file (a specific extension to a filename will be (if needed) added in an implementation class).
|
public Configuration read(java.lang.String filename)
ConfigurationReaderread in interface ConfigurationReaderfilename - A filename, without a file extension (for example, "ecmengine", or "config", or "properties").