sbt.internal.io.Source
See theSource companion object
final class Source(val base: File, val includeFilter: FileFilter, val excludeFilter: FileFilter, val recursive: Boolean)
Represents how to acquire a list of items to watch.
Value parameters
- base
-
Where to start looking for files.
- excludeFilter
-
Filter to apply to determine whether to ignore a file.
- includeFilter
-
Filter to apply to determine whether to include a file.
- recursive
-
Whether the lists is recursive or immediate children.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article