Package org.frankframework.util
Class WildCardFilter
java.lang.Object
org.frankframework.util.WildCardFilter
- All Implemented Interfaces:
FilenameFilter
Implementation of a FilenameFilter to support wildcards.
use:
Examples:
use:
WildCardFilter filter = new WildCardFilter("*.java");
File currDir = new File(".");
String files[] = currDir.list(filter);
Examples:
- *.java
- in*.log
- data*.*
- Author:
- Johan Verrips IOS
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WildCardFilter
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceFilenameFilter
-
toPattern
-
toString
-