public class DefaultApplicationContextBuilder extends Object implements ApplicationContextBuilder
Constructor and Description |
---|
DefaultApplicationContextBuilder() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
buildApplicationContext(IConfiguration configuration,
List<org.springframework.core.io.Resource> springConfigurationLocations)
Create an application context for use with the DL-Learner CLI interface.
|
public DefaultApplicationContextBuilder()
public org.springframework.context.ApplicationContext buildApplicationContext(IConfiguration configuration, List<org.springframework.core.io.Resource> springConfigurationLocations) throws IOException
ApplicationContextBuilder
buildApplicationContext
in interface ApplicationContextBuilder
configuration
- The DL-Learner Configuration object.springConfigurationLocations
- An ordered list of Spring Configuration Files - beans in later files can override beans in earlier files.IOException
- If there's a problem reading any of the files. DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann