- All Implemented Interfaces:
- FilenameFilter, Serializable
public class RDFFilenameFilter
extends Object
implements FilenameFilter, Serializable
Filter recognizes anything that is a registered as an RDFFormat
or
which would be recognized as such if you stripped off a trailing
.zip
or .gz
filename extension. If it does not
recognize your format, then you can create a subclass which ensures the
static initialization of your format with RDFFormat
. That needs to
be done in static code so that it will be performed on the machine where this
filter is being used.
- See Also:
- Serialized Form