| Package | Description |
|---|---|
| net.pandoragames.far.ui |
The user interface layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFileNamePatternFAR
Default implementation of the
SimpleFileNamePattern class
imposing the following rules: |
class |
SimpleFileNamePatternShell
Alternative implementation of the
SimpleFileNamePattern class
mimicking POSIX shell wildcards: |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFileNamePattern |
SimpleFileNamePattern.getInstance()
Returns an instance of this utility class.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
SimpleFileNamePattern.setInstance(SimpleFileNamePattern instance)
Sets a new implementation of this class as to be returned by the
getInstance() method. |