bloop.config

Config

object Config

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Artifact(name: String, classifier: Option[String], checksum: Option[Checksum], path: Path) extends Product with Serializable

  2. case class Checksum(type: String, digest: String) extends Product with Serializable

  3. sealed abstract class CompileOrder extends AnyRef

  4. case class CompileSetup(order: CompileOrder, addLibraryToBootClasspath: Boolean, addCompilerToClasspath: Boolean, addExtraJarsToClasspath: Boolean, manageBootClasspath: Boolean, filterLibraryFromClasspath: Boolean) extends Product with Serializable

  5. case class File(version: String, project: Project) extends Product with Serializable

  6. case class Java(options: List[String]) extends Product with Serializable

  7. case class JsConfig(version: String, mode: LinkerMode, kind: ModuleKindJS, emitSourceMaps: Boolean, jsdom: Option[Boolean], output: Option[Path], nodePath: Option[Path], toolchain: List[Path]) extends PlatformConfig with Product with Serializable

  8. case class JvmConfig(home: Option[Path], options: List[String]) extends PlatformConfig with Product with Serializable

  9. sealed abstract class LinkerMode extends AnyRef

  10. case class Module(organization: String, name: String, version: String, configurations: Option[String], artifacts: List[Artifact]) extends Product with Serializable

  11. sealed abstract class ModuleKindJS extends AnyRef

  12. case class NativeConfig(version: String, mode: LinkerMode, gc: String, targetTriple: String, nativelib: Path, clang: Path, clangpp: Path, toolchain: List[Path], options: NativeOptions, linkStubs: Boolean, output: Option[Path]) extends PlatformConfig with Product with Serializable

    Represents the native platform and all the options it takes.

  13. case class NativeOptions(linker: List[String], compiler: List[String]) extends Product with Serializable

  14. sealed abstract class Platform extends AnyRef

  15. sealed trait PlatformConfig extends AnyRef

  16. case class Project(name: String, directory: Path, sources: List[Path], dependencies: List[String], classpath: List[Path], out: Path, classesDir: Path, resources: Option[List[Path]], scala: Option[Scala], java: Option[Java], sbt: Option[Sbt], test: Option[Test], platform: Option[Platform], resolution: Option[Resolution]) extends Product with Serializable

  17. case class Resolution(modules: List[Module]) extends Product with Serializable

  18. case class Sbt(sbtVersion: String, autoImports: List[String]) extends Product with Serializable

  19. case class Scala(organization: String, name: String, version: String, options: List[String], jars: List[Path], analysis: Option[Path], setup: Option[CompileSetup]) extends Product with Serializable

  20. case class Test(frameworks: List[TestFramework], options: TestOptions) extends Product with Serializable

  21. case class TestArgument(args: List[String], framework: Option[TestFramework]) extends Product with Serializable

  22. case class TestFramework(names: List[String]) extends Product with Serializable

  23. case class TestOptions(excludes: List[String], arguments: List[TestArgument]) extends Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object CompileOrder

  7. object CompileSetup extends Serializable

  8. object File extends Serializable

  9. object JavaThenScala extends CompileOrder with Product with Serializable

  10. object JsConfig extends Serializable

  11. object JvmConfig extends Serializable

  12. object LinkerMode

  13. object Mixed extends CompileOrder with Product with Serializable

  14. object Module extends Serializable

  15. object ModuleKindJS

  16. object NativeConfig extends Serializable

  17. object NativeOptions extends Serializable

  18. object Platform

  19. object Project extends Serializable

  20. object ScalaThenJava extends CompileOrder with Product with Serializable

  21. object Test extends Serializable

  22. object TestFramework extends Serializable

  23. object TestOptions extends Serializable

  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped