Class EASyModelFilter
java.lang.Object
de.uni_hildesheim.sse.easy.ant.modelcopy.EASyModelFilter
- All Implemented Interfaces:
FileFilter,FilenameFilter,PathMatcher,org.apache.commons.io.file.PathFilter,org.apache.commons.io.filefilter.IOFileFilter
public class EASyModelFilter
extends Object
implements org.apache.commons.io.filefilter.IOFileFilter
Filter for collecting all relevant EASy-Producer model files in a given folder, considering sub folders.
- Author:
- El-Sharkawy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final booleanFields inherited from interface org.apache.commons.io.filefilter.IOFileFilter
EMPTY_STRING_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.io.filefilter.IOFileFilter
accept, and, matches, negate, or
-
Field Details
-
EXTENSIONS_WHITELIST
-
COPY_ALL_FILES
private static final boolean COPY_ALL_FILES- See Also:
-
-
Constructor Details
-
EASyModelFilter
public EASyModelFilter()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceFilenameFilter- Specified by:
acceptin interfaceorg.apache.commons.io.filefilter.IOFileFilter
-
accept
- Specified by:
acceptin interfaceFileFilter- Specified by:
acceptin interfaceorg.apache.commons.io.filefilter.IOFileFilter
-