| org.apache.cocoon.components.source.impl.SourceDescriptorManager
SourceDescriptorManager | final public class SourceDescriptorManager extends AbstractLogEnabled implements SourceDescriptor,Contextualizable,Serviceable,Configurable,Initializable,Disposable,ThreadSafe(Code) | | This source descriptor acts as container for a set of source inspectors/descriptors.
author: Stephan Michels author: Unico Hommes version: CVS $Id: SourceDescriptorManager.java 433543 2006-08-22 06:22:54Z crossley $ |
SourceDescriptorManager | public SourceDescriptorManager()(Code) | | |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
dispose | public void dispose()(Code) | | |
getSourceProperties | public SourceProperty[] getSourceProperties(Source source) throws SourceException(Code) | | Aggregate all properties of all registered inspectors.
|
getSourceProperty | public SourceProperty getSourceProperty(Source source, String namespace, String name) throws SourceException(Code) | | Loops over the registered inspectors until it finds the property.
|
getValidity | public SourceValidity getValidity(Source source)(Code) | | Returns an aggregate validity describing the validity of all the properties.
|
handlesProperty | public boolean handlesProperty(String namespace, String name)(Code) | | Check if there is an inspector that handles properties of
the given type.
|
removeSourceProperty | public void removeSourceProperty(Source source, String ns, String name) throws SourceException(Code) | | Loops over the registered descriptors and delegates the call.
|
service | public void service(ServiceManager manager)(Code) | | |
setSourceProperty | public void setSourceProperty(Source source, SourceProperty property) throws SourceException(Code) | | Loops over the registered descriptors and calls delegates the call.
|
|
|