public interface ModifiableTraversableSource extends ModifiableSource, TraversableSource
ModifiableSource the
ability to create a directory.| Modifier and Type | Method and Description |
|---|---|
void |
makeCollection()
If it doesn't already exist, ensure this source is traversable
(equivalent to
File.mkdirs()) |
canCancel, cancel, delete, getOutputStreamgetChild, getChildren, getName, getParent, isCollectionexists, getContentLength, getInputStream, getLastModified, getMimeType, getScheme, getURI, getValidity, refreshvoid makeCollection()
throws SourceException
File.mkdirs())
If the source already exists, this method does nothing if it's already traversable, and fails otherwise.
SourceException