|
||||||||||
| 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
openr66.context.filesystem.R66Dir
public class R66Dir

Directory representation
| 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 | |
|---|---|
R66Dir(R66Session session)
|
|
| Method Summary | |
|---|---|
static String |
getFinalUniqueFilename(R66File file)
|
String |
getFullPath()
This method returns the Full path for the current directory |
R66File |
newFile(String path,
boolean append)
|
R66File |
setFileNoCheck(String path)
Create a new file according to the path without checking BusinessPath, so as external File. |
R66File |
setUniqueFile(long prefix,
String filename)
Same as setUnique() except that File will be prefixed by id and postfixed by filename |
String |
toString()
|
protected List<String> |
wildcardFilesNoCheck(String pathWithWildcard)
Finds all files matching a wildcard expression (based on '?' |
| 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, setUniqueFile, wildcardFiles |
| Methods inherited from class goldengate.common.file.AbstractDir |
|---|
changeParentDirectory, checkIdentify, clear, consolidatePath, getCanonicalPath, getCorrespondingRoot, getOptsMLSx, getPwd, getSession, initAfterIdentification, initWindowsSupport, isAbsoluteWindows, normalizePath, setFile, validatePath, validatePath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public R66Dir(R66Session session)
session - | Method Detail |
|---|
public R66File newFile(String path,
boolean append)
throws goldengate.common.command.exception.CommandAbstractException
goldengate.common.command.exception.CommandAbstractException
public R66File setUniqueFile(long prefix,
String filename)
throws goldengate.common.command.exception.CommandAbstractException
prefix - filename -
goldengate.common.command.exception.CommandAbstractExceptionpublic static String getFinalUniqueFilename(R66File file)
file -
protected List<String> wildcardFilesNoCheck(String pathWithWildcard)
throws goldengate.common.command.exception.CommandAbstractException
pathWithWildcard - The wildcard expression with a business path.
goldengate.common.command.exception.CommandAbstractException
public R66File setFileNoCheck(String path)
throws goldengate.common.command.exception.CommandAbstractException
path -
goldengate.common.command.exception.CommandAbstractExceptionpublic String getFullPath()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||