Packages

c

sbt.librarymanagement

RichUpdateReport

final class RichUpdateReport extends AnyRef

Provides extra methods for filtering the contents of an UpdateReport and for obtaining references to a selected subset of the underlying files.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichUpdateReport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichUpdateReport(report: UpdateReport)

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 allFiles: Vector[File]

    Obtains all successfully retrieved files in all configurations and modules.

  5. def allMissing: Vector[(ConfigRef, ModuleID, Artifact)]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def filter(f: DependencyFilter): UpdateReport

    Constructs a new report that only contains files matching the specified filter.

  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def matching(f: DependencyFilter): Vector[File]

    Obtains all successfully retrieved files in configurations, modules, and artifacts matching the specified filter.

  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def select(artifact: ArtifactFilter): Vector[File]
  20. def select(module: ModuleFilter): Vector[File]
  21. def select(configuration: ConfigurationFilter): Vector[File]
  22. def select(configuration: ConfigurationFilter, module: ModuleFilter, artifact: ArtifactFilter): Vector[File]

    Obtains all successfully retrieved files matching all provided filters.

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toSeq: Seq[(ConfigRef, ModuleID, Artifact, File)]
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def toVector: Vector[(ConfigRef, ModuleID, Artifact, File)]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped