| Interface | Description |
|---|---|
| FileRepository |
A wrapper for a directory.
|
| FormLoader |
Interface for saving and loading a particular search configuration.
|
| FormUpdateListener |
Allows to register with a
OperationForm
to get notified about form udpates. |
| MessageBox |
Interface for a message sink.
|
| ProgressListener |
Progress listener.
|
| Resetable |
Interface for a resetable component.
|
| Class | Description |
|---|---|
| AbstractFileRepository |
Base class for FileRepository implementations that reference
the find form and replace form models.
|
| CharacterUtil |
Static helper for character handling routines.
|
| CharacterUtil.LineCount |
Number of lines and line separator (break character) in one box.
|
| ExtractForm |
Defines the parameter for an extract operation.
|
| FARForm |
Superclass for form data of FIND and REPLACE operation.
|
| FileNamePattern |
Search pattern for file names.
|
| FileType |
Binds certain properties, such as encoding, to a category of files.
|
| FindForm |
Combines all data necessary to launch a query.
|
| FormPropertySet<O extends OperationForm> |
Saves form data into property sets and vice versa.
|
| FormUpdateEvent |
Event object for
FormUpdateListener. |
| MimeRegistry |
A registry for mime-type to file extension bindings.
|
| MimeType |
Mime type definition for FAR.
|
| OperationForm |
Common base class for FAR data models.
|
| RenameForm |
Defines the parameter for a RENAME operation.
|
| ReplaceForm |
Defines the parameter for a replace operation.
|
| StandardFormLoader |
Standard FormLoader implementation, uses standard java
xml serialisation mechanism.
|
| TargetFile |
Data container for the files in a result list.
|
| TargetFileComparator |
Comparator for TargetFile objects.
|
| Enum | Description |
|---|---|
| FileType.BUILDIN |
The names of the build in file types.
|
| LineSeparator |
Line separator characters.
|
| OperationType |
Represents an operation like "find" or "replace".
|
| RenameForm.CASEHANDLING |
Configuration enum for handling of letter case.
|