WatchSource

sbt.Watched.WatchSource
object WatchSource

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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.

Value parameters

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.

Attributes

Returns

An instance of Source.

def apply(base: File): Source

Creates a new WatchSource for watching files.

Creates a new WatchSource for watching files.

Value parameters

base

The base directory from which to include files.

Attributes

Returns

An instance of Source.