Class ManifestAndLocation


  • public class ManifestAndLocation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.jar.Manifest manifest  
      private java.net.URI sourceURI
      location of the source jar
      private java.net.URI uri
      location of the jar
    • Constructor Summary

      Constructors 
      Constructor Description
      ManifestAndLocation​(java.util.jar.Manifest manifest, java.net.URI uri, java.net.URI sourceURI)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.jar.Manifest getManifest()  
      java.net.URI getSourceURI()  
      java.net.URI getUri()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • manifest

        private final java.util.jar.Manifest manifest
      • uri

        private final java.net.URI uri
        location of the jar
      • sourceURI

        private final java.net.URI sourceURI
        location of the source jar
    • Constructor Detail

      • ManifestAndLocation

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

      • getUri

        public java.net.URI getUri()
      • getManifest

        public java.util.jar.Manifest getManifest()
      • getSourceURI

        public java.net.URI getSourceURI()