package io
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
FileTracker(base: AbsolutePath, pattern: String, modifiedTimes: List[(AbsolutePath, FileTime)], checksum: Long, maxDepth: Int) extends Product with Serializable
Represents the state of a directory or file in which we track changes.
Represents the state of a directory or file in which we track changes.
- base
The base file or directory to track.
- pattern
The pattern matching the files that must be tracked inside
base
.- modifiedTimes
The last modification time of the tracked files.
- checksum
The checksum of all the contents of the directory.
- maxDepth
The maximum number of directory levels to visit.
- final class SourceWatcher extends AnyRef
Value Members
- object FileTracker extends Serializable
- object SourceWatcher