Package net.jalbum.remotefs


package net.jalbum.remotefs
  • Class
    Description
     
     
    Ftp implementation of RemoteFile.
    Adapter to adapt the FTPClient FTPFile to implement the RemoteFile.
    Abstract class defining a file on a remote filesystem.

    Contains default getter methods and a parser method for parsing dates retrieved from (s)ftp file-listings.
     
    Interface defines methods to access a remote filesystem.

    Implementations of this interface can use different methods like ftp, sftp, nfs, scp to access the filesystem on a remote system.

    The system using the RemoteFS subsystem is responsible for connecting and disconnecting before and after performing one of the actions.
    Bean implementation of RemoteFS.
    Simplifies use of Remote filesystems.
    Provide additional methods only available in the implementing delegate class RemoteFSBean The purpose of this interface is to enable a dynamic proxy to implement it and provide convenient aspects to RemoteFSBean (like logging and error handling)
    Generic exception for RemoteFS services
    Factory class for getting a RemoteFS instance depending on type.