Uses of Package
org.bibalex.daf.handlers.filehandler

Packages that use org.bibalex.daf.handlers.filehandler
org.bibalex.daf.entities.job   
org.bibalex.daf.entities.phase   
org.bibalex.daf.handlers.filehandler   
org.bibalex.daf.managers.archive   
 

Classes in org.bibalex.daf.handlers.filehandler used by org.bibalex.daf.entities.job
FileHandler
          Contains method to handle files and folders.
FileHandlerFTPImpl
          Extends FileHandler to provide FTP file handling.
 

Classes in org.bibalex.daf.handlers.filehandler used by org.bibalex.daf.entities.phase
FileHandler
          Contains method to handle files and folders.
 

Classes in org.bibalex.daf.handlers.filehandler used by org.bibalex.daf.handlers.filehandler
FileHandler
          Contains method to handle files and folders.
FileHandlerFTPImpl
          Extends FileHandler to provide FTP file handling.
FileHandlerLocalImpl
          Extends FileHandler to provide local file handling.
FileHandlerObservable
          This class extends Observable It was created to enable an external access of the setChanged method
FileHandlerObservedObject
          This class represents the transfered object through the Observer Notify Method It is an empty class that acts as a struct.
FileHandlerObservedObject.FileHandlerOperation
          Enum representing the different operations that can be a done.
FileHandlerObserver
          An abstract observer class to handle the observers for the File Copy operations.
FTPFileHandler
          This class is an FTP File Transfer Handler, handles all operations concerned with FTP transfer like file/folder copy, comparisons, delete It uses a multithreading technique in some of its operations This class is also the Facade for all the FTP classes in the system
FTPThread
          This class represents a FTP Thread instance that can be used to get, put or delete a single file.
FTPThreadsPool
          A pool of FTP Threads, maintaining a fixed number of connections to the server an reducing the cost of recreating threads.
LocalFileHandler
          Manipulates the file/folder operation over local system
 

Classes in org.bibalex.daf.handlers.filehandler used by org.bibalex.daf.managers.archive
FileHandlerFTPImpl
          Extends FileHandler to provide FTP file handling.
FileHandlerLocalImpl
          Extends FileHandler to provide local file handling.