public abstract class GlobFilter extends Filter
| Modifier and Type | Field and Description |
|---|---|
protected String |
globPattern |
| Constructor and Description |
|---|
GlobFilter(String glob) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
describe() |
protected boolean |
globMatches(String string)
Check if a given string matches the glob.
|
abstract boolean |
shouldRun(Description description) |
apply, intersect, matchMethodDescriptionprotected final String globPattern
public GlobFilter(String glob)
protected final boolean globMatches(String string)
public abstract boolean shouldRun(Description description)
Copyright © 2011-2013 Carrot Search s.c.. All Rights Reserved.