Packages

final class ManifestInfo extends Extension

Utility that extracts ManifestInfo#Version information from META-INF/MANIFEST.MF in jar files on the classpath. Note that versions can only be found in ordinary jar files, for example not in "fat jars' assembled from many jar files.

Source
ManifestInfo.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManifestInfo
  2. Extension
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ManifestInfo(system: ExtendedActorSystem)

Value Members

  1. def checkSameVersion(productName: String, dependencies: Seq[String], logWarning: Boolean): Boolean

    Verify that the version is the same for all given artifacts.

  2. val system: ExtendedActorSystem
  3. val versions: Map[String, ManifestInfo.Version]

    Versions of artifacts from known vendors.