public interface ConfigurationReader extends EcmService
| 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).
|
Configuration read(java.lang.String filename)
filename - A filename, without a file extension (for example, "ecmengine", or "config", or "properties").