FileSystemWatcher

case class FileSystemWatcher(globPattern: GlobPattern, kind: Opt[WatchKind])
Value parameters:
globPattern

The glob pattern to watch. See [[GlobPattern glob pattern]] for more detail.

kind

The kind of events of interest. If omitted it defaults to WatchKind.Create | WatchKind.Change | WatchKind.Delete which is 7.

Since:

3.17.0 support for relative patterns.

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product