object
Config
Type Members
-
case class
Artifact(name: String, classifier: Option[String], checksum: Option[Checksum], path: Path) extends Product with Serializable
-
case class
Checksum(type: String, digest: String) extends Product with Serializable
-
sealed abstract
class
CompileOrder extends AnyRef
-
case class
CompileSetup(order: CompileOrder, addLibraryToBootClasspath: Boolean, addCompilerToClasspath: Boolean, addExtraJarsToClasspath: Boolean, manageBootClasspath: Boolean, filterLibraryFromClasspath: Boolean) extends Product with Serializable
-
case class
File(version: String, project: Project) extends Product with Serializable
-
case class
Java(options: List[String]) extends Product with Serializable
-
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
-
case class
JvmConfig(home: Option[Path], options: List[String]) extends PlatformConfig with Product with Serializable
-
sealed abstract
class
LinkerMode extends AnyRef
-
case class
Module(organization: String, name: String, version: String, configurations: Option[String], artifacts: List[Artifact]) extends Product with Serializable
-
sealed abstract
class
ModuleKindJS extends AnyRef
-
case class
NativeConfig(version: String, mode: LinkerMode, gc: String, targetTriple: Option[String], clang: Path, clangpp: Path, toolchain: List[Path], options: NativeOptions, linkStubs: Boolean, check: Boolean, dump: Boolean, output: Option[Path]) extends PlatformConfig with Product with Serializable
-
case class
NativeOptions(linker: List[String], compiler: List[String]) extends Product with Serializable
-
sealed abstract
class
Platform extends AnyRef
-
-
case class
Project(name: String, directory: Path, workspaceDir: Option[Path], sources: List[Path], sourcesGlobs: Option[List[SourcesGlobs]], sourceRoots: Option[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], tags: Option[List[String]], sourceGenerators: Option[List[SourceGenerator]]) extends Product with Serializable
-
case class
Resolution(modules: List[Module]) extends Product with Serializable
-
case class
Sbt(sbtVersion: String, autoImports: List[String]) extends Product with Serializable
-
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
-
case class
SourceGenerator(sourcesGlobs: List[SourcesGlobs], outputDirectory: Path, command: List[String]) extends Product with Serializable
-
case class
SourcesGlobs(directory: Path, walkDepth: Option[Int], includes: List[String], excludes: List[String]) extends Product with Serializable
-
case class
Test(frameworks: List[TestFramework], options: TestOptions) extends Product with Serializable
-
case class
TestArgument(args: List[String], framework: Option[TestFramework]) extends Product with Serializable
-
case class
TestFramework(names: List[String]) extends Product with Serializable
-
case class
TestOptions(excludes: List[String], arguments: List[TestArgument]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
object
CompileSetup extends Serializable
-
object
File extends Serializable
-
-
object
JsConfig extends Serializable
-
object
JvmConfig extends Serializable
-
-
object
Mixed extends CompileOrder with Product with Serializable
-
object
Module extends Serializable
-
-
object
NativeConfig extends Serializable
-
object
NativeOptions extends Serializable
-
-
object
Project extends Serializable
-
-
object
Test extends Serializable
-
object
TestFramework extends Serializable
-
object
TestOptions extends Serializable
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any