public class FileFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileFilter.Builder |
builder() |
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() |
public static FileFilter.Builder builder()
public String getPattern()
public boolean matches(String filePath)
public boolean isInclude()
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.