FileSystemWatcher

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

Attributes

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.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product