Class ManifestAndLocation

java.lang.Object
org.apache.ivy.osgi.repo.ManifestAndLocation

public class ManifestAndLocation extends Object
  • Field Details

    • manifest

      private final Manifest manifest
    • uri

      private final URI uri
      location of the jar
    • sourceURI

      private final URI sourceURI
      location of the source jar
  • Constructor Details

    • ManifestAndLocation

      public ManifestAndLocation(Manifest manifest, URI uri, URI sourceURI)
  • Method Details

    • getUri

      public URI getUri()
    • getManifest

      public Manifest getManifest()
    • getSourceURI

      public URI getSourceURI()