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