public interface MoveableSource extends Source
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(Source destination)
Copy the current source to a specified destination.
|
void |
moveTo(Source destination)
Move the current source to a specified destination.
|
exists, getContentLength, getInputStream, getLastModified, getMimeType, getScheme, getURI, getValidity, refreshvoid copyTo(Source destination) throws SourceException
destination - Destination of the source.SourceException - If an exception occurs during
the copy.void moveTo(Source destination) throws SourceException
destination - Destination of the source.SourceException - If an exception occurs during
the move.