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

spice.streamer.watcher.PathEvent.scala Maven / Gradle / Ivy

There is a newer version: 0.5.14
Show newest version
package spice.streamer.watcher

import java.nio.file.Path

case class PathEvent(path: Path, directory: Path, kinds: Set[EventKind], lastModified: Long) {
  override def toString: String = s"PathEvent(path: $path, directory: $directory, kinds: $kinds, lastModified: $lastModified)"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy