Packages

c

sbt.internal

DetectedPlugins

final class DetectedPlugins extends AnyRef

Auto-discovered modules for the build definition project. These include modules defined in build definition sources as well as modules in binary dependencies.

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

Instance Constructors

  1. new DetectedPlugins(autoPlugins: Seq[DetectedAutoPlugin], builds: DetectedModules[BuildDef])

    builds

    The BuildDefs detected in the build definition. This does not include the default BuildDef that sbt creates if none is defined.

Value Members

  1. val autoPlugins: Seq[DetectedAutoPlugin]
  2. val builds: DetectedModules[BuildDef]
  3. def deducePluginsFromProject(p: Project, log: Logger): Seq[AutoPlugin]

    Selects the right AutoPlugins from a Project.

  4. lazy val imports: Seq[String]

    Sequence of import expressions for the build definition.

    Sequence of import expressions for the build definition. This includes the names of the BuildDef, and DetectedAutoPlugin modules, but not the AutoPlugin modules.