|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgoldengate.common.file.filesystembased.FilesystemBasedFileImpl
goldengate.ftp.filesystembased.FilesystemBasedFtpFile
goldengate.ftp.exec.file.FileBasedFile
public class FileBasedFile
FtpFile implementation based on true directories and files
Field Summary |
---|
Fields inherited from class goldengate.common.file.filesystembased.FilesystemBasedFileImpl |
---|
currentFile, isAppend, isReady, session |
Constructor Summary | |
---|---|
FileBasedFile(goldengate.ftp.core.session.FtpSession session,
FileBasedDir fileBasedDir,
String path,
boolean append)
|
Method Summary | |
---|---|
File |
getTrueFile()
This method is a good to have in a true FtpFile implementation. |
Methods inherited from class goldengate.ftp.filesystembased.FilesystemBasedFtpFile |
---|
length, trueRetrieve |
Methods inherited from class goldengate.common.file.filesystembased.FilesystemBasedFileImpl |
---|
abortFile, canRead, canWrite, checkIdentify, clear, closeFile, delete, exists, get, getDir, getFile, getFileChannel, getFileFromPath, getFileOutputStream, getMarker, getPosition, getRandomFile, getRelativePath, getSession, isDirectory, isFile, isInReading, isInWriting, readDataBlock, renameTo, restartMarker, retrieve, setPosition, store, writeDataBlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface goldengate.common.file.FileInterface |
---|
abortFile, canRead, canWrite, checkIdentify, clear, closeFile, delete, exists, getDir, getFile, getMarker, getSession, isDirectory, isFile, isInReading, isInWriting, readDataBlock, renameTo, restartMarker, retrieve, store, writeDataBlock |
Constructor Detail |
---|
public FileBasedFile(goldengate.ftp.core.session.FtpSession session, FileBasedDir fileBasedDir, String path, boolean append) throws goldengate.common.command.exception.CommandAbstractException
session
- fileBasedDir
- It is not necessary the directory that owns this file.path
- append
-
goldengate.common.command.exception.CommandAbstractException
Method Detail |
---|
public File getTrueFile()
FtpFile
implementation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |