p

izumi

sbtgen

package sbtgen

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package impl
  2. package model
  3. package tools

Type Members

  1. case class Config(withJvm: Boolean = true, withSjs: Boolean = false, withSnat: Boolean = false, debug: Boolean = false, mergeTestScopes: Boolean = true, output: String = "test-out", groups: Set[String] = Set.empty, publishTests: Boolean = true, compactify: Boolean = false) extends Product with Serializable
  2. final case class PreparedAggregate(id: ArtifactId, pathPrefix: Seq[String], aggregatedNames: Seq[String], platform: Platform, plugins: Plugins, isRoot: Boolean, enableProjectSharedAggSettings: Boolean = true, dontIncludeInSuperAgg: Boolean = false, settings: Seq[SettingDef] = Seq.empty) extends Product with Serializable
  3. final case class PreparedArtifact(name: ArtifactId, platform: BasePlatform, parentName: ArtifactId, settings: Seq[SettingDef], deps: Seq[ScopedDependency], libs: Seq[ScopedLibrary], sbtPlugins: PreparedPlugins) extends Product with Serializable
  4. final case class PreparedArtifactHeader(name: ArtifactId, path: String, platform: PreparedPlatform) extends Product with Serializable
  5. final case class PreparedCrossArtifact(header: PreparedArtifactHeader, settings: Seq[SettingDef], deps: Seq[ScopedDependency], libs: Seq[ScopedLibrary], sbtPlugins: PreparedPlugins, platformArtifacts: Seq[PreparedArtifact]) extends Product with Serializable
  6. sealed trait PreparedPlatform extends AnyRef
  7. final case class PreparedPlugins(enabled: Seq[Plugin], disabled: Seq[Plugin]) extends Product with Serializable
  8. class Renderer extends WithProjectIndex with WithBasicRenderers with WithArtifactExt with WithSettingsCache with Renderers
  9. trait Renderers extends WithArtifactExt with WithBasicRenderers with WithProjectIndex
  10. trait WithSettingsCache extends AnyRef

Value Members

  1. object Defaults
  2. object Entrypoint
  3. object PreparedPlatform

Ungrouped