de.vorb

hamill

package hamill

Visibility
  1. Public
  2. All

Type Members

  1. trait Configuration extends AnyRef

    Configuration object.

  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.

Value Members

  1. object Configuration

  2. object Tracer

  3. object Tracing

    Main component.

Ungrouped