All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.swoval.files.FileWatchEvent.scala Maven / Gradle / Ivy

The newest version!
package com.swoval.files

case class FileWatchEvent(path: Path, kind: FileWatchEvent.Kind)

object FileWatchEvent {
  sealed trait Kind
  case object Create extends Kind
  case object Delete extends Kind
  case object Modify extends Kind
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy