java.lang.Object
de.zocher_regel.util.ExtensionIgnCaseFilenameFilter
- Alle implementierten Schnittstellen:
FilenameFilter
A filename filter for a collection of extensions ignoring case.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungExtensionIgnCaseFilenameFilter(String... extensionNames) Create an instance for the extensions given as list of strings. -
Methodenübersicht
-
Konstruktordetails
-
ExtensionIgnCaseFilenameFilter
Create an instance for the extensions given as list of strings.- Parameter:
extensionNames- an array of extension names (like "jpg") ignoring case.
-
-
Methodendetails
-
accept
Filter all files whose name extension matches one of the extension names of the constructor.- Angegeben von:
acceptin SchnittstelleFilenameFilter- Parameter:
dirFileIgnored- only the extension is relevantfileName- whose extension is checked
-