Packages

o

sbt

RawCompileLike

object RawCompileLike

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawCompileLike
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Gen = (Seq[File], Seq[File], File, Seq[String], Int, ManagedLogger) ⇒ Unit

Value Members

  1. def cached(cacheStoreFactory: CacheStoreFactory, fileInputOpts: Seq[String], doCompile: Gen): Gen
  2. def cached(cacheStoreFactory: CacheStoreFactory, doCompile: Gen): Gen
  3. def compile(label: String, cacheStoreFactory: CacheStoreFactory, instance: ScalaInstance, cpOptions: ClasspathOptions): Gen
  4. def filterSources(f: (File) ⇒ Boolean, doCompile: Gen): Gen
  5. val nop: Gen
  6. def prepare(description: String, doCompile: Gen): Gen
  7. def rawCompile(instance: ScalaInstance, cpOptions: ClasspathOptions): Gen