|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgoldengate.common.file.AbstractDir
goldengate.common.file.filesystembased.FilesystemBasedDirImpl
goldengate.ftp.filesystembased.FilesystemBasedFtpDir
public abstract class FilesystemBasedFtpDir
Filesystem implementation of a FtpDir
Field Summary |
---|
Fields inherited from class goldengate.common.file.filesystembased.FilesystemBasedDirImpl |
---|
filesystemBasedFtpDirJdk |
Fields inherited from class goldengate.common.file.AbstractDir |
---|
currentDir, ISUNIX, optsMLSx, roots, session |
Fields inherited from interface goldengate.common.file.DirInterface |
---|
SEPARATOR, SEPARATORCHAR |
Constructor Summary | |
---|---|
FilesystemBasedFtpDir(FtpSession session)
|
Method Summary | |
---|---|
FtpFile |
setFile(String path,
boolean append)
Set a path as the current FileInterface |
FtpFile |
setUniqueFile()
Set a new unique path as the current FileInterface from the current Directory (STOU) |
Methods inherited from class goldengate.common.file.filesystembased.FilesystemBasedDirImpl |
---|
canRead, canWrite, changeDirectory, changeDirectoryNotChecked, exists, fileFull, getCRC, getFileFromPath, getFreeSpace, getMD5, getModificationTime, getModificationTime, getRelativePath, getSHA1, getTrueFile, initJdkDependent, isDirectory, isFile, isFullTime, list, listFull, lsInfo, mkdir, mlsxInfo, rmdir, wildcardFiles |
Methods inherited from class goldengate.common.file.AbstractDir |
---|
changeParentDirectory, checkIdentify, clear, consolidatePath, getCanonicalPath, getCorrespondingRoot, getOptsMLSx, getPwd, getSession, initAfterIdentification, initWindowsSupport, isAbsoluteWindows, normalizePath, validatePath, validatePath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface goldengate.ftp.core.file.FtpDir |
---|
newFile |
Methods inherited from interface goldengate.common.file.DirInterface |
---|
canRead, canWrite, changeDirectory, changeDirectoryNotChecked, changeParentDirectory, checkIdentify, clear, exists, fileFull, getCRC, getFreeSpace, getMD5, getModificationTime, getOptsMLSx, getPwd, getSession, getSHA1, initAfterIdentification, isDirectory, isFile, list, listFull, mkdir, rmdir, validatePath |
Constructor Detail |
---|
public FilesystemBasedFtpDir(FtpSession session)
session
- Method Detail |
---|
public FtpFile setUniqueFile() throws goldengate.common.command.exception.CommandAbstractException
FtpDir
setUniqueFile
in interface goldengate.common.file.DirInterface
setUniqueFile
in interface FtpDir
setUniqueFile
in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
goldengate.common.command.exception.CommandAbstractException
public FtpFile setFile(String path, boolean append) throws goldengate.common.command.exception.CommandAbstractException
FtpDir
setFile
in interface goldengate.common.file.DirInterface
setFile
in interface FtpDir
setFile
in class goldengate.common.file.AbstractDir
append
- True if this file is supposed to be in append mode (APPE),
False in any other cases
goldengate.common.command.exception.CommandAbstractException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |