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: Array[String]) extends Product with Serializable

  7. case class JsConfig(version: String, mode: LinkerMode, kind: ModuleKindJS, emitSourceMaps: Boolean, output: 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: Array[Path], dependencies: Array[String], classpath: Array[Path], out: Path, analysisOut: Path, classesDir: Path, scala: Scala, java: Java, sbt: Sbt, test: Test, platform: Platform, compileSetup: CompileSetup, resolution: 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: Array[String], jars: Array[Path]) extends Product with Serializable

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

  21. case class TestArgument(args: Array[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 Artifact extends Serializable

  7. object Checksum extends Serializable

  8. object CompileOrder

  9. object CompileSetup extends Serializable

  10. object File extends Serializable

  11. object Java extends Serializable

  12. object JavaThenScala extends CompileOrder with Product with Serializable

  13. object JsConfig extends Serializable

  14. object JvmConfig extends Serializable

  15. object LinkerMode

  16. object Mixed extends CompileOrder with Product with Serializable

  17. object Module extends Serializable

  18. object ModuleKindJS

  19. object NativeConfig extends Serializable

  20. object NativeOptions extends Serializable

  21. object Platform

  22. object Project extends Serializable

  23. object Resolution extends Serializable

  24. object Sbt extends Serializable

  25. object Scala extends Serializable

  26. object ScalaThenJava extends CompileOrder with Product with Serializable

  27. object Test extends Serializable

  28. object TestArgument extends Serializable

  29. object TestFramework extends Serializable

  30. object TestOptions extends Serializable

  31. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  32. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped