sbt.internal.io

package sbt.internal.io

Members list

Type members

Classlikes

object Milli

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Milli.type
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 Object
trait Matchable
class Any
object Source

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Source.type