Package | Description |
---|---|
oracle.ifs.admin.tools.schema | |
oracle.ifs.utils.io |
Modifier and Type | Method and Description |
---|---|
void |
CopyToIfs.copyDir(String rootDir,
String ifsRootDir)
Copies a directory tree from the local filesystem into iFS.
|
void |
CopyToIfs.copyDir(String rootDir,
String ifsRootDir,
String aclType)
Copies a directory tree from the local filesystem into iFS.
|
void |
CopyToIfs.copyDir(String rootDir,
String ifsRootDir,
String language,
String charset)
Copies a directory tree from the local filesystem into iFS.
|
void |
CopyToIfs.copyDir(String rootDir,
String ifsRootDir,
String language,
String charset,
String aclType)
Copies a directory tree from the local filesystem into iFS.
|
Modifier and Type | Method and Description |
---|---|
void |
SymbolCommuter.processDirectory(String sourceDir)
Replaces symbols in all text files in a given directory.
|
void |
SymbolCommuter.processDirectory(String sourceDir,
String destDir)
Replaces symbols in all text files in a given directory.
|
static void |
DirectoryTree.traverse(File dir,
boolean recurse,
DirectoryItemHandler strategy)
Traverses a directory tree in the local filesystem.
|
static void |
DirectoryTree.traverseDepthFirst(File dir,
DirectoryItemHandler strategy)
Traverses a directory tree in the local filesystem.
|
Copyright © 2023. All rights reserved.