|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FtpDir
Field Summary |
---|
Fields inherited from interface goldengate.common.file.DirInterface |
---|
SEPARATOR, SEPARATORCHAR |
Method Summary | |
---|---|
FtpFile |
newFile(String path,
boolean append)
Create a new FtpFile |
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 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 |
Method Detail |
---|
FtpFile newFile(String path, boolean append) throws goldengate.common.command.exception.CommandAbstractException
newFile
in interface goldengate.common.file.DirInterface
path
- append
-
goldengate.common.command.exception.CommandAbstractException
FtpFile setFile(String path, boolean append) throws goldengate.common.command.exception.CommandAbstractException
setFile
in interface goldengate.common.file.DirInterface
path
- append
- True if this file is supposed to be in append mode (APPE),
False in any other cases
goldengate.common.command.exception.CommandAbstractException
FtpFile setUniqueFile() throws goldengate.common.command.exception.CommandAbstractException
setUniqueFile
in interface goldengate.common.file.DirInterface
goldengate.common.command.exception.CommandAbstractException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |