org.compass.core.config.binding
Class AbstractConfigurationHelperMappingBinding
java.lang.Object
org.compass.core.config.binding.AbstractInputStreamMappingBinding
org.compass.core.config.binding.AbstractConfigurationHelperMappingBinding
- All Implemented Interfaces:
- MappingBinding
- Direct Known Subclasses:
- MetaDataBinding, PlainMappingBinding
public abstract class AbstractConfigurationHelperMappingBinding
- extends AbstractInputStreamMappingBinding
- Author:
- kimchy
| Methods inherited from class org.compass.core.config.binding.AbstractInputStreamMappingBinding |
addClass, addDirectory, addFile, addFile, addInputStream, addJar, addMappingResolver, addPackage, addResource, addResource, addResourceMapping, addURL, setUpBinding |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConfigurationHelperMappingBinding
public AbstractConfigurationHelperMappingBinding()
doAddInputStream
protected boolean doAddInputStream(InputStream is,
String resourceName)
throws ConfigurationException,
MappingException
- Specified by:
doAddInputStream in class AbstractInputStreamMappingBinding
- Throws:
ConfigurationException
MappingException
doParseConfigurationHelper
protected abstract ConfigurationHelper doParseConfigurationHelper(InputStream is,
String resourceName)
throws ConfigurationException
- Throws:
ConfigurationException
doAddConfiguration
protected abstract boolean doAddConfiguration(ConfigurationHelper conf)
throws ConfigurationException,
MappingException
- Throws:
ConfigurationException
MappingException
Copyright (c) 2004-2008 The Compass Project.