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

Fields inherited from interface org.jwarp.service.configuration.IConfiguration
ELEM_CONFIG
 
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.
 
Methods inherited from interface org.jwarp.service.configuration.IConfiguration
getDocument, getRootElement, isCheckingModification, setCheckingModification
 

Method Detail

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.

©   O R C A   S y s t e m s