Packages

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allConfigurations: Vector[ConfigRef]

    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 allModuleReports: Vector[ModuleReport]
    Definition Classes
    UpdateReportExtra
  6. def allModules: Vector[ModuleID]

    All resolved modules in all configurations.

    All resolved modules in all configurations.

    Definition Classes
    UpdateReportExtra
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val cachedDescriptor: File
    Definition Classes
    UpdateReport → UpdateReportExtra
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def configuration(s: ConfigRef): Option[ConfigurationReport]

    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
  11. val configurations: Vector[ConfigurationReport]
    Definition Classes
    UpdateReport → UpdateReportExtra
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(o: Any): Boolean
    Definition Classes
    UpdateReport → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    UpdateReport → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def retrieve(f: (ConfigRef, ModuleID, Artifact, File) ⇒ File): UpdateReport
    Definition Classes
    UpdateReportExtra
  22. val stamps: Map[File, Long]
    Definition Classes
    UpdateReport → UpdateReportExtra
  23. val stats: UpdateStats
    Definition Classes
    UpdateReport → UpdateReportExtra
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    UpdateReport → AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def withCachedDescriptor(cachedDescriptor: File): UpdateReport
  30. def withConfigurations(configurations: Vector[ConfigurationReport]): UpdateReport
  31. def withStamps(stamps: Map[File, Long]): UpdateReport
  32. def withStats(stats: UpdateStats): UpdateReport

Inherited from Serializable

Inherited from Serializable

Inherited from UpdateReportExtra

Inherited from AnyRef

Inherited from Any

Ungrouped