Package net.pandoragames.far

The core API.

See:
          Description

Class Summary
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 Summary
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.
 

Package net.pandoragames.far Description

The core API. If you are looking for the main class, go to 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.