| Class | Description |
|---|---|
| FileMatcher |
Applies regular expressions on files.
|
| FileSelector |
Methods for selecting the files on which to work.
|
| PatternFilter |
Filters for files that match a particular RegEx pattern.
|
| ReplacementString |
Represents a replacement string for use with regex patterns.
|
| Exception | Description |
|---|---|
| FileExistsException |
Thrown during a renaming operation if the target file already exists.
|
| PatternException |
Exception that indicates an invalid search pattern or
invalid regular expression.
|
| UnmatchedGroupReferenceException |
Indicates an unmatched group reference in a replacement string.
|
FindAndReplace in the Swing package.
To use FAR from within another application you might want using the classes in this package directly.
In this case FileSelector and
FileMatcher should be your starting points.
Considder using UIBean or UIFace
though.