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
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateReport
- Serializable
- Serializable
- UpdateReportExtra
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
allConfigurations: Vector[ConfigRef]
Gets the names of all resolved configurations.
Gets the names of all resolved configurations. This
UpdateReport
contains oneConfigurationReport
for each configuration in this list.- Definition Classes
- UpdateReportExtra
-
def
allModuleReports: Vector[ModuleReport]
- Definition Classes
- UpdateReportExtra
-
def
allModules: Vector[ModuleID]
All resolved modules in all configurations.
All resolved modules in all configurations.
- Definition Classes
- UpdateReportExtra
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
cachedDescriptor: File
- Definition Classes
- UpdateReport → UpdateReportExtra
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
val
configurations: Vector[ConfigurationReport]
- Definition Classes
- UpdateReport → UpdateReportExtra
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- UpdateReport → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- UpdateReport → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
retrieve(f: (ConfigRef, ModuleID, Artifact, File) ⇒ File): UpdateReport
- Definition Classes
- UpdateReportExtra
-
val
stamps: Map[File, Long]
- Definition Classes
- UpdateReport → UpdateReportExtra
-
val
stats: UpdateStats
- Definition Classes
- UpdateReport → UpdateReportExtra
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- UpdateReport → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withCachedDescriptor(cachedDescriptor: File): UpdateReport
- def withConfigurations(configurations: Vector[ConfigurationReport]): UpdateReport
- def withStamps(stamps: Map[File, Long]): UpdateReport
- def withStats(stats: UpdateStats): UpdateReport