Packages

c

sbt.internal.DslEntry

DslDisablePlugins

case class DslDisablePlugins(plugins: Seq[AutoPlugin]) extends ProjectManipulation with Product with Serializable

this represents an disablePlugins() in the sbt DSL

Linear Supertypes
Serializable, Serializable, Product, Equals, ProjectManipulation, DslEntry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DslDisablePlugins
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ProjectManipulation
  7. DslEntry
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DslDisablePlugins(plugins: Seq[AutoPlugin])

Value Members

  1. val plugins: Seq[AutoPlugin]
  2. val toFunction: (Project) ⇒ Project
    Definition Classes
    DslDisablePluginsProjectManipulation
  3. final def withPos(pos: RangePosition): DslEntry

    Called by the parser.

    Called by the parser. Sets the position where this entry was defined in the build.sbt file.

    Definition Classes
    ProjectManipulationDslEntry