sbt.Watched$.WatchSource$
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Self type
Members list
Concise view
Value members
Creates a new WatchSource
for watching files, with the given filters.
Creates a new WatchSource
for watching files, with the given filters.
Attributes
- base
The base directory from which to include files.
- excludeFilter
Choose what children of base
to exclude.
- includeFilter
Choose what children of base
to include.
- Returns:
An instance of Source
.
Creates a new WatchSource
for watching files.
Creates a new WatchSource
for watching files.
Attributes
- base
The base directory from which to include files.
- Returns:
An instance of Source
.