Package | Description |
---|---|
org.safs | |
org.safs.text |
Modifier and Type | Method and Description |
---|---|
static boolean |
SAFSPlus.Files.CopyMatchingFiles(java.lang.String fromDirectory,
java.lang.String toDirectory,
java.lang.String pattern,
FileUtilities.PatternFilterMode mode)
Copy multiple files/sub-directories, based on matching the provided pattern, from one directory to another.
|
(package private) static boolean |
SAFSPlus.Files.FilterTextFile(java.lang.String file,
FileUtilities.PatternFilterMode mode,
java.lang.String pattern,
java.lang.String replace,
boolean caseSensitive,
java.lang.String... optionls)
Filter a text file based on the given parameters.
|
Modifier and Type | Method and Description |
---|---|
static FileUtilities.PatternFilterMode |
FileUtilities.PatternFilterMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileUtilities.PatternFilterMode[] |
FileUtilities.PatternFilterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © SAS Institute. All Rights Reserved.