Package | Description |
---|---|
net.pandoragames.far |
The core API.
|
net.pandoragames.far.ui |
The user interface layer.
|
net.pandoragames.far.ui.model |
UI model classes.
|
Modifier and Type | Method and Description |
---|---|
int |
FileMatcher.apply(java.io.File file,
ReplacementString replacement)
Applies the regex pattern and the specified replacement string to the file.
|
java.lang.String |
FileMatcher.preview(java.io.File file,
ReplacementString replacement)
Applies the regex pattern and the specified replacement string to the file and returns
the result as string.
|
java.io.File |
FileSelector.rename(java.io.File file,
java.util.regex.Pattern pattern,
ReplacementString replacement)
Renames the file using the "pattern" to
generate capturing groups that may be used in the replacement string.
|
static java.lang.String |
FileSelector.rename(java.lang.String input,
java.util.regex.Pattern pattern,
ReplacementString replacement)
Allows to test the result of a renaming operation.
|
Modifier and Type | Method and Description |
---|---|
ReplacementString |
ReplacementDescriptor.getReplacementPattern(java.lang.String lineBreak)
Returns the replacement string as a ReplacementString object.
|
Modifier and Type | Method and Description |
---|---|
ReplacementString |
RenameForm.getReplacementPattern()
Returns the replacement string as a ReplacementString object.
|
ReplacementString |
ReplaceForm.getReplacementPattern(java.lang.String lineBreak)
Returns the replacement string as a ReplacementString object.
|