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

Method Summary
 void createCollection(String collectionname)
          Deprecated. Create a collection of sources.
 
Methods inherited from interface org.apache.cocoon.components.source.TraversableSource
getChildSource, getChildSourceCount, getParentSource, isSourceCollection
 
Methods inherited from interface org.apache.excalibur.source.ModifiableSource
canCancel, cancel, delete, getOutputStream
 
Methods inherited from interface org.apache.excalibur.source.Source
exists, getContentLength, getInputStream, getLastModified, getMimeType, getScheme, getURI, getValidity, refresh
 

Method Detail

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.