spice.streamer.watcher

Members list

Type members

Classlikes

sealed trait EventKind

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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