| Interface | Description |
|---|---|
| StringConverter<T> |
Specification for a converter rendering a T object as a String.
|
| Class | Description |
|---|---|
| AbstractPatternFilter<T> |
AbstractFilter implementation containing a Java Pattern which should be used to determine if candidate T objects
match any of the supplied regularExpressions.
|
| FileFilterAdapter |
Filter implementation adapting a FileFilter instance to the Filter interface.
|
| PatternFileFilter |
AbstractPatternFilter and FileFilter combination, using a set of Regular expressions
to accept the canonical absolute paths to Files.
|
| PatternURLFilter |
AbstractPatternFilter matching the string of URLs with to a set of Regular expressions.
|
| ToStringConverter<T> |
Trivial converter using the
toString() method to convert a T object to a String. |
Copyright © 2005–2019 MojoHaus. All rights reserved.