public interface IConfiguration
ApplicationContextBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBaseDir()
Get the Base Directory where this configuration should be running out of.
|
Collection<String> |
getBeanNames()
Get a collection of all the bean names defined in the configuration.
|
Class |
getClass(String beanName)
Get the class for the given bean.
|
Collection<IConfigurationProperty> |
getConfigurationProperties(String beanName)
Get the configuration properties for the specified bean.
|
Collection<String> getBeanNames()
Class getClass(String beanName)
beanName
- The name of the bean to get the class for.String getBaseDir()
Collection<IConfigurationProperty> getConfigurationProperties(String beanName)
beanName
- The bean to get properties for. DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann