org.jwarp.service.configuration
Interface IFileConfiguration
- All Superinterfaces:
- IConfiguration
- All Known Implementing Classes:
- FileConfiguration
- public interface IFileConfiguration
- extends IConfiguration
Configurations that are based on files must implement two additional method for reading configuratios from files.
- Version:
- 1.0
- Author:
- ORCA Systems GmbH, Martin Schäfer
|
Method Summary |
java.lang.String |
getFileName()
Return the name of the underlying configuration file |
void |
setFileName(java.lang.String fileName)
Set the name of the underlying configuration file. |
getFileName
public java.lang.String getFileName()
- Return the name of the underlying configuration file
setFileName
public void setFileName(java.lang.String fileName)
throws ConfigurationException
- Set the name of the underlying configuration file. The new file will be parsed immediately.