Packages

package io

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. final class SourceWatcher extends AnyRef

Value Members

  1. object FileTracker extends Serializable
  2. object SourceWatcher

Ungrouped