WatchSource

sbt.Watched$.WatchSource$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(base: File, includeFilter: FileFilter, excludeFilter: FileFilter): Source

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.

def apply(base: File): 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.