|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileInterface | |
---|---|
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 FileInterface in goldengate.common.file |
---|
Methods in goldengate.common.file that return FileInterface | |
---|---|
FileInterface |
DirInterface.newFile(String path,
boolean append)
Create a new File |
FileInterface |
DirInterface.setFile(String path,
boolean append)
Set a path as the current FileInterface |
FileInterface |
AbstractDir.setFile(String path,
boolean append)
|
FileInterface |
DirInterface.setUniqueFile()
Set a new unique path as the current FileInterface from the current Directory (STOU) |
Uses of FileInterface in goldengate.common.file.filesystembased |
---|
Classes in goldengate.common.file.filesystembased that implement FileInterface | |
---|---|
class |
FilesystemBasedFileImpl
File implementation for Filesystem Based |
Methods in goldengate.common.file.filesystembased that return FileInterface | |
---|---|
FileInterface |
FilesystemBasedDirImpl.setUniqueFile()
|
Uses of FileInterface in goldengate.common.file.passthrough |
---|
Classes in goldengate.common.file.passthrough that implement FileInterface | |
---|---|
class |
PassthroughBasedFileImpl
File implementation for Passthrough Based. |
Methods in goldengate.common.file.passthrough that return FileInterface | |
---|---|
FileInterface |
PassthroughBasedDirImpl.setUniqueFile()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |