ammonite.runtime

tools

package tools

Visibility
  1. Public
  2. All

Type Members

  1. case class Authentication(user: String, password: String) extends Product with Serializable

  2. trait DependencyConstructor extends AnyRef

  3. class DependencyThing extends AnyRef

    Resolve artifacts from Ivy.

  4. case class GrepResult(spans: Seq[(Int, Int)], text: Str) extends Product with Serializable

  5. trait Grepper[T] extends AnyRef

  6. sealed trait Resolver extends AnyRef

    A thin wrapper around Repository, which wraps them and provides hashability in order to set the cache tags.

  7. case class tail(interval: Int, prefix: Int) extends (Path) ⇒ Iterator[String] with Product with Serializable

Value Members

  1. object DependencyConstructor extends DependencyConstructor

  2. object DependencyThing

  3. object GrepResult extends Serializable

  4. object Grepper

  5. object Resolver

  6. object Resolvers

  7. object browse

  8. object grep

    Lets you filter a list by searching for a matching string or regex within the pretty-printed contents.

  9. object tail extends tail

    Follows a file as it is written, handy e.

  10. object time

    Records how long the given computation takes to run, returning the duration in addition to the return value of that computation

Ungrouped