public class ConfigurationFactory.FileConfigurationFactory extends ConfigurationFactory.DigesterConfigurationFactory
| Constructor and Description |
|---|
ConfigurationFactory.FileConfigurationFactory(Class clazz)
C'tor
|
| Modifier and Type | Method and Description |
|---|---|
protected FileConfiguration |
createConfiguration(Attributes attributes)
Creates the object, a
FileConfiguration. |
Object |
createObject(Attributes attributes)
Gets called by the digester.
|
public ConfigurationFactory.FileConfigurationFactory(Class clazz)
clazz - The class which we should instantiate.public Object createObject(Attributes attributes) throws Exception
createObject in class ConfigurationFactory.DigesterConfigurationFactoryattributes - the actual attributesException - Couldn't instantiate the requested object.protected FileConfiguration createConfiguration(Attributes attributes) throws Exception
FileConfiguration.attributes - the actual attributesException - if the object could not be createdCopyright © 2012 JBoss by Red Hat. All Rights Reserved.