public abstract class GlobSpec extends Object
| Constructor and Description |
|---|
GlobSpec() |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<String> |
getExclude()
Wildcards of paths that should be skipped from the glob expansion.
|
abstract boolean |
getExcludeDirectories()
Whether directories should be excluded from the glob expansion.
|
abstract Collection<String> |
getInclude()
Wildcards of paths that should be returned.
|
static GlobSpec |
of(Collection<String> include,
Collection<String> exclude,
boolean excludeDirectories) |
public abstract Collection<String> getInclude()
public abstract Collection<String> getExclude()
public abstract boolean getExcludeDirectories()
public static GlobSpec of(Collection<String> include, Collection<String> exclude, boolean excludeDirectories)