Package

ammonite.runtime

tools

Permalink

package tools

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait DependencyConstructor extends AnyRef

    Permalink
  3. class DependencyThing extends AnyRef

    Permalink

    Resolve artifacts from Ivy.

    Resolve artifacts from Ivy. Originally taken from

    http://makandracards.com/evgeny-goldin/5817-calling-ivy-from-groovy-or-java

    And transliterated into Scala. I have no idea how or why it works.

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

    Permalink
  5. trait Grepper[T] extends AnyRef

    Permalink
  6. sealed trait Resolver extends AnyRef

    Permalink

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

    A thin wrapper around Repository, which wraps them and provides hashability in order to set the cache tags. This lets us invalidate the ivy resolution cache if the set of resolvers changes

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

    Permalink

Value Members

  1. object DependencyConstructor extends DependencyConstructor

    Permalink
  2. object DependencyThing

    Permalink
  3. object GrepResult extends Serializable

    Permalink
  4. object Grepper

    Permalink
  5. object Resolver

    Permalink
  6. object Resolvers

    Permalink
  7. object browse

    Permalink
  8. object grep

    Permalink

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

  9. object tail extends tail

    Permalink

    Follows a file as it is written, handy e.g.

    Follows a file as it is written, handy e.g. for log files. Returns an iterator which you can then print to standard out or use for other things.

  10. object time

    Permalink

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

Ungrouped