spice.streamer.watcher

Members list

Concise view

Type members

Classlikes

sealed trait EventKind

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Create.type
object Delete.type
object Modify.type
object EventKind

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class PathEvent(path: Path, directory: Path, kinds: Set[EventKind], lastModified: Long)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
abstract class Watcher(directory: Path, ignoreMatchers: Set[String], eventDelay: Long) extends Runnable

Attributes

Companion:
object
Graph
Supertypes
trait Runnable
class Object
trait Matchable
class Any
object Watcher

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Watcher.type