org.apache.cocoon.components.source.impl
Class TraversableCachingSource.TraversableSourceMeta

java.lang.Object
  extended byorg.apache.cocoon.components.source.impl.CachingSource.SourceMeta
      extended byorg.apache.cocoon.components.source.impl.TraversableCachingSource.TraversableSourceMeta
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InspectableTraversableCachingSource.InspectableSourceMeta
Enclosing class:
TraversableCachingSource

protected static class TraversableCachingSource.TraversableSourceMeta
extends CachingSource.SourceMeta

See Also:
Serialized Form

Constructor Summary
protected TraversableCachingSource.TraversableSourceMeta()
           
 
Method Summary
protected  String[] getChildren()
           
protected  String getName()
           
protected  boolean isCollection()
           
protected  void setChildren(String[] children)
           
protected  void setIsCollection(boolean isCollection)
           
protected  void setName(String name)
           
 
Methods inherited from class org.apache.cocoon.components.source.impl.CachingSource.SourceMeta
exists, getLastModified, getMimeType, setExists, setLastModified, setMimeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraversableCachingSource.TraversableSourceMeta

protected TraversableCachingSource.TraversableSourceMeta()
Method Detail

getName

protected String getName()

setName

protected void setName(String name)

isCollection

protected boolean isCollection()

setIsCollection

protected void setIsCollection(boolean isCollection)

getChildren

protected String[] getChildren()

setChildren

protected void setChildren(String[] children)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.