sbt.internal.io

Type members

Classlikes

object Milli
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
object Source
Companion
class