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.java 433543 2006-08-22 06:22:54Z crossley $
- 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-2007 The Apache Software Foundation. All Rights Reserved.