![JAR search and dependency download from the Maven repository](/logo.png)
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