public class FileFilter extends Object
| Constructor and Description |
|---|
FileFilter() |
| 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
|
void |
setInclude() |
void |
setPatternString(String patternString) |
String |
toString() |
Copyright © 2016–2022 JBoss by Red Hat. All rights reserved.