Package org.jboss.windup.util.file
Class FileSuffixPredicate
- java.lang.Object
-
- org.jboss.windup.util.file.FileSuffixPredicate
-
- All Implemented Interfaces:
org.jboss.forge.furnace.util.Predicate<File>
public class FileSuffixPredicate extends Object implements org.jboss.forge.furnace.util.Predicate<File>
Accepts a file based on its trailing filename.- Author:
- Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description FileSuffixPredicate(String suffixPattern)Create a newFileSuffixPredicateusing the given regular expression to match the end of the filename.
-
-
-
Constructor Detail
-
FileSuffixPredicate
public FileSuffixPredicate(String suffixPattern)
Create a newFileSuffixPredicateusing the given regular expression to match the end of the filename.
-
-