jove.sbt

ModuleReport

final class ModuleReport extends AnyRef

Provides information about the resolution of a module. This information is in the context of a specific configuration.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ModuleReport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModuleReport(module: ModuleID, artifacts: Seq[(Artifact, File)], missingArtifacts: Seq[Artifact], status: Option[String], publicationDate: Option[Date], resolver: Option[String], artifactResolver: Option[String], evicted: Boolean, evictedData: Option[String], evictedReason: Option[String], problem: Option[String], homepage: Option[String], extraAttributes: Map[String, String], isDefault: Option[Boolean], branch: Option[String], configurations: Seq[String], licenses: Seq[(String, Option[String])], callers: Seq[Caller])

    module

    the ModuleID this report is for.

    artifacts

    the resolved artifacts for this module, paired with the File the artifact was retrieved to.

    missingArtifacts

    the missing artifacts for this module.

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. val artifactResolver: Option[String]

  5. val artifacts: Seq[(Artifact, File)]

    the resolved artifacts for this module, paired with the File the artifact was retrieved to.

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val branch: Option[String]

  8. val callers: Seq[Caller]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val configurations: Seq[String]

  11. def detailReport: String

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

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

    Definition Classes
    AnyRef → Any
  14. val evicted: Boolean

  15. val evictedData: Option[String]

  16. val evictedReason: Option[String]

  17. val extraAttributes: Map[String, String]

  18. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  21. val homepage: Option[String]

  22. val isDefault: Option[Boolean]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val licenses: Seq[(String, Option[String])]

  25. val missingArtifacts: Seq[Artifact]

    the missing artifacts for this module.

  26. val module: ModuleID

    the ModuleID this report is for.

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. val problem: Option[String]

  31. val publicationDate: Option[Date]

  32. val resolver: Option[String]

  33. def retrieve(f: (ModuleID, Artifact, File) ⇒ File): ModuleReport

  34. val status: Option[String]

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    ModuleReport → AnyRef → Any
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped