Class/Object

sbt.librarymanagement

UpdateReport

Related Docs: object UpdateReport | package librarymanagement

Permalink

final class UpdateReport extends UpdateReportExtra with Serializable

Provides information about dependency resolution. It does not include information about evicted modules, only about the modules ultimately selected by the conflict manager. This means that for a given configuration, there should only be one revision for a given organization and module name.

Linear Supertypes
Serializable, Serializable, UpdateReportExtra, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateReport
  2. Serializable
  3. Serializable
  4. UpdateReportExtra
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allConfigurations: Seq[String]

    Permalink

    Gets the names of all resolved configurations.

    Gets the names of all resolved configurations. This UpdateReport contains one ConfigurationReport for each configuration in this list.

    Definition Classes
    UpdateReportExtra
  5. def allModules: Vector[ModuleID]

    Permalink

    All resolved modules in all configurations.

    All resolved modules in all configurations.

    Definition Classes
    UpdateReportExtra
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val cachedDescriptor: File

    Permalink
    Definition Classes
    UpdateReportUpdateReportExtra
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def configuration(s: String): Option[ConfigurationReport]

    Permalink

    Gets the report for the given configuration, or None if the configuration was not resolved.

    Gets the report for the given configuration, or None if the configuration was not resolved.

    Definition Classes
    UpdateReportExtra
  10. val configurations: Vector[ConfigurationReport]

    Permalink
    Definition Classes
    UpdateReportUpdateReportExtra
  11. def copy(cachedDescriptor: File = cachedDescriptor, configurations: Vector[ConfigurationReport] = configurations, stats: UpdateStats = stats, stamps: Map[File, Long] = stamps): UpdateReport

    Permalink
    Attributes
    protected[this]
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    UpdateReport → AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    UpdateReport → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def retrieve(f: (String, ModuleID, Artifact, File) ⇒ File): UpdateReport

    Permalink
    Definition Classes
    UpdateReportExtra
  22. val stamps: Map[File, Long]

    Permalink
    Definition Classes
    UpdateReportUpdateReportExtra
  23. val stats: UpdateStats

    Permalink
    Definition Classes
    UpdateReportUpdateReportExtra
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    UpdateReport → AnyRef → Any
  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withCachedDescriptor(cachedDescriptor: File): UpdateReport

    Permalink
  30. def withConfigurations(configurations: Vector[ConfigurationReport]): UpdateReport

    Permalink
  31. def withStamps(stamps: Map[File, Long]): UpdateReport

    Permalink
  32. def withStats(stats: UpdateStats): UpdateReport

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from UpdateReportExtra

Inherited from AnyRef

Inherited from Any

Ungrouped