|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A modifiable traversable source. This adds to ModifiableSource
the
ability to create a directory.
Method Summary | |
void |
makeCollection()
If it doesn't already exist, ensure this source is traversable (equivalent to File.mkdirs() )
|
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 |
Methods inherited from interface org.apache.excalibur.source.TraversableSource |
getChild, getChildren, getName, getParent, isCollection |
Method Detail |
public void makeCollection() throws SourceException
File.mkdirs()
)
If the source already exists, this method does nothing if it's already traversable, and fails otherwise.
SourceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |