sbt.internal.io
package sbt.internal.io
Members list
Type members
Classlikes
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.
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
- Supertypes
-
class Objecttrait Matchableclass Any
In this article