public class ConfParserConfiguration extends Object implements IConfiguration
| Constructor and Description |
|---|
ConfParserConfiguration(org.springframework.core.io.Resource source) |
| 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.
|
public ConfParserConfiguration(org.springframework.core.io.Resource source)
public Collection<String> getBeanNames()
IConfigurationgetBeanNames in interface IConfigurationpublic Class getClass(String beanName)
IConfigurationgetClass in interface IConfigurationbeanName - The name of the bean to get the class for.public String getBaseDir()
IConfigurationgetBaseDir in interface IConfigurationpublic Collection<IConfigurationProperty> getConfigurationProperties(String beanName)
IConfigurationgetConfigurationProperties in interface IConfigurationbeanName - The bean to get properties for.
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann