Class | Description |
---|---|
CachingGlobber | |
HybridGlobber |
A
Globber implementation that tries to use Watchman if it's available and falls back to a
fallback globber, in case Watchman query cannot be fulfilled. |
HybridGlobberFactory |
Provides instances of
HybridGlobber . |
NativeGlobber |
A Java native glob function implementation 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).
|
SyncCookieState |
Process-wide state used to enable Watchman sync cookies only on the first query issued.
|
WatchmanGlobber |
An implementation of 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) using Watchman tool for improved performance.
|
Enum | Description |
---|---|
WatchmanGlobber.Option |
Watchman options to use when globbing.
|