Interface | Description |
---|---|
Globber |
A contract for globbing functionality that allows resolving file paths based on include patterns
(file patterns that should be returned) minus exclude patterns (file patterns that should be
excluded from the resulting set).
|
GlobberFactory |
Creates
Globber instances to save clients from implementation details. |
Class | Description |
---|---|
GlobSpec |
Glob specification includes parameters that affect glob evaluation within a single package.
|
GlobSpecWithResult |
Set of globs performed while executing the build spec and the results they produce.
|