public class GlobsMatcher
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GlobsMatcher.Matcher |
| Constructor and Description |
|---|
GlobsMatcher(java.io.File base,
java.util.List<java.lang.String> globs) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GlobsMatcher.Matcher> |
getMatchers() |
void |
initMatchers() |
boolean |
matches(java.io.File path) |
public GlobsMatcher(java.io.File base,
java.util.List<java.lang.String> globs)
public void initMatchers()
public boolean matches(java.io.File path)
public java.util.List<GlobsMatcher.Matcher> getMatchers()