sbt

Extracted

final case class Extracted(structure: BuildStructure, session: SessionSettings, currentRef: ProjectRef, showKey: Show[sbt.Project.ScopedKey[_]]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Extracted
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Extracted(structure: BuildStructure, session: SessionSettings, currentRef: ProjectRef)(implicit showKey: Show[sbt.Project.ScopedKey[_]])

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. def append(settings: Seq[sbt.Project.Setting[_]], state: State): State

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def canEqual(arg0: Any): Boolean

    Definition Classes
    Extracted → Equals
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. lazy val currentLoader: ClassLoader

  11. lazy val currentProject: ResolvedProject

  12. val currentRef: ProjectRef

  13. lazy val currentUnit: LoadedBuildUnit

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Extracted → Equals → AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def get[T](key: SettingKey[T]): T

  18. def get[T](key: TaskKey[T]): Task[T]

  19. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  20. def getOpt[T](key: SettingKey[T]): Option[T]

  21. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  26. def productArity: Int

    Definition Classes
    Extracted → Product
  27. def productElement(arg0: Int): Any

    Definition Classes
    Extracted → Product
  28. def productIterator: Iterator[Any]

    Definition Classes
    Product
  29. def productPrefix: String

    Definition Classes
    Extracted → Product
  30. def rootProject: (URI) ⇒ String

  31. def runAggregated[T](key: TaskKey[T], state: State): State

  32. def runTask[T](key: TaskKey[T], state: State): (State, T)

  33. val session: SessionSettings

  34. implicit val showKey: Show[sbt.Project.ScopedKey[_]]

  35. val structure: BuildStructure

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def evalTask[T](key: TaskKey[T], state: State): T

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.1) This method does not apply state changes requested during task execution. Use 'runTask' instead, which does.

  2. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any