sbt.internal.io
package sbt.internal.io
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 Params
- 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.
- Companion
- object