org.apache.ivy.osgi.repo
Class ManifestAndLocation

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

public class ManifestAndLocation
extends java.lang.Object


Constructor Summary
ManifestAndLocation(java.util.jar.Manifest manifest, java.net.URI uri)
           
 
Method Summary
 java.util.jar.Manifest getManifest()
           
 java.net.URI getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestAndLocation

public ManifestAndLocation(java.util.jar.Manifest manifest,
                           java.net.URI uri)
Method Detail

getUri

public java.net.URI getUri()

getManifest

public java.util.jar.Manifest getManifest()