public class FileFilter extends Object
Constructor and Description |
---|
FileFilter(String patternString,
boolean include) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPattern() |
int |
hashCode() |
boolean |
isInclude() |
boolean |
matches(String filePath)
Returns true if the file matches the regular expression
|
String |
toString() |
Copyright © 2024 JBoss by Red Hat. All rights reserved.