com.coldcore.coloradoftp.filesystem |
|
Java Source File Name | Type | Comment |
FailedActionException.java | Class | Exception which is thrown by a filesystem when a requested user action
cannot be performed for some reason. |
FailedActionReason.java | enum | Defines a reason of why filesystem failed to perform user action. |
FileSystem.java | Interface | Virtual filesystem.
This filesystem can be mounted to a hard drive filesystem, to a database or
to any other persistence file-like storage implementation.
This class usually exists in single instance. |
ListingFile.java | Interface | Listing file. |