de.vorb

hamill

package hamill

Visibility
  1. Public
  2. All

Type Members

  1. class Configuration extends AnyRef

    Configuration.

  2. case class Directory(path: Path, attrs: BasicFileAttributes) extends PathContainer with Product with Serializable

    Holds a reference to a directory as a path and the directory's attributes.

  3. case class File(path: Path, result: Either[IOException, BasicFileAttributes]) extends PathContainer with Product with Serializable

    Holds a reference to a file as a path and either an IOException or the file's attributes.

  4. sealed trait PathContainer extends AnyRef

    Container for Path.

  5. class Tracer extends Actor

    Tracer actor.

  6. class Tracing extends AnyRef

    Main component.

Value Members

  1. object Configuration

  2. object Tracer

Ungrouped