public interface File2Configuration
Modifier and Type | Method and Description |
---|---|
void |
importElement(Context configuration,
java.lang.String file_name,
ContextFactory context_factory,
ClassPathFinder finder)
Imports the provided configuration file into the
configuration . |
void importElement(Context configuration, java.lang.String file_name, ContextFactory context_factory, ClassPathFinder finder) throws JonathanException
configuration
.configuration
- the context to import the file tofile_name
- the XML configuration file to importcontext_factory
- used to create contexts while importingfinder
- used to find the XML configuration files to be
imported (the provided one, and those it includes)JonathanException
- if something goes wrong