org.extex.framework.configuration
Interface ConfigurationLoader
public interface ConfigurationLoader
This interface describes the ability to load Configuration from an external
source.
- Version:
- $Revision: 6802 $
- Author:
- Gerd Neugebauer
loadConfiguration
Configuration loadConfiguration(java.lang.String resource)
throws java.io.IOException
- Load a resource from an external source.
- Parameters:
resource - the resource to load
- Returns:
- the configuration found or null if none could be found
- Throws:
java.io.IOException - in case of an I/O error