org.apache.cocoon.components.source
Interface ModifiableTraversableSource
- All Superinterfaces:
- ModifiableSource, Source, TraversableSource
Deprecated. use the one from excalibur sourceresolve instead
public interface ModifiableTraversableSource
- extends TraversableSource, ModifiableSource
A source, which can be a directory or collection of sources, which can
can be modfied.
- Version:
- CVS $Id: ModifiableTraversableSource.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Stephan Michels
createCollection
void createCollection(String collectionname)
throws SourceException
- Deprecated.
- Create a collection of sources.
- Parameters:
collectionname
- Name of the collectiom, which
should be created.
- Throws:
SourceException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.