Uses of Interface
goldengate.common.file.FileParameterInterface

Packages that use FileParameterInterface
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 FileParameterInterface in goldengate.common.file
 

Methods in goldengate.common.file that return FileParameterInterface
 FileParameterInterface SessionInterface.getFileParameter()
           
 

Uses of FileParameterInterface in goldengate.common.file.filesystembased
 

Classes in goldengate.common.file.filesystembased that implement FileParameterInterface
 class FilesystemBasedFileParameterImpl
          FileParameter implementation for Filesystem Based
 

Uses of FileParameterInterface in goldengate.common.file.passthrough
 

Classes in goldengate.common.file.passthrough that implement FileParameterInterface
 class PassthroughBasedFileParameterImpl
          FileParameter implementation for Passthrough Based
 



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