Uses of Interface
goldengate.common.file.DirInterface

Packages that use DirInterface
goldengate.common.file Classes implementing File, Directory, Authentication and Session Interfaces 
goldengate.common.file.filesystembased Classes implementing FileInterface and Directory according to a filesystem implementation 
goldengate.common.file.passthrough Classes implementing FileInterface and Directory according to a pass through implementation (no storage since data are just pass through this interface) 
 

Uses of DirInterface in goldengate.common.file
 

Classes in goldengate.common.file that implement DirInterface
 class AbstractDir
          Abstract Main Implementation of Directory
 

Methods in goldengate.common.file that return DirInterface
 DirInterface SessionInterface.getDir()
           
 DirInterface FileInterface.getDir()
           
 

Uses of DirInterface in goldengate.common.file.filesystembased
 

Classes in goldengate.common.file.filesystembased that implement DirInterface
 class FilesystemBasedDirImpl
          Directory implementation for Filesystem Based
 

Methods in goldengate.common.file.filesystembased that return DirInterface
 DirInterface FilesystemBasedFileImpl.getDir()
           
 

Uses of DirInterface in goldengate.common.file.passthrough
 

Classes in goldengate.common.file.passthrough that implement DirInterface
 class PassthroughBasedDirImpl
          Directory implementation for Passthrough Based.
 

Methods in goldengate.common.file.passthrough that return DirInterface
 DirInterface PassthroughBasedFileImpl.getDir()
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.