FileSystemWatcher

langoustine.lsp.structures.FileSystemWatcher
See theFileSystemWatcher companion object
case class FileSystemWatcher(globPattern: GlobPattern, kind: Opt[WatchKind])

Value parameters

globPattern

The glob pattern to watch. See [[GlobPattern glob pattern]] for more detail. since 3.17.0 support for relative patterns.

kind

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

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product