Class BundleJarFile

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class BundleJarFile
    extends java.util.jar.JarFile
    Version:
    $Rev: 937957 $ $Date: 2010-04-26 10:00:08 +0200 (Mon, 26 Apr 2010) $
    • Constructor Summary

      Constructors 
      Constructor Description
      BundleJarFile​(org.osgi.framework.Bundle bundle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.util.Enumeration entries()  
      org.osgi.framework.Bundle getBundle()  
      BundleJarEntry getBundleJarEntry​(java.lang.String name)  
      java.util.zip.ZipEntry getEntry​(java.lang.String name)  
      java.io.InputStream getInputStream​(java.util.zip.ZipEntry zipEntry)  
      java.util.jar.JarEntry getJarEntry​(java.lang.String name)  
      java.util.jar.Manifest getManifest()  
      java.lang.String getName()  
      int size()  
      • Methods inherited from class java.util.jar.JarFile

        baseVersion, getVersion, isMultiRelease, runtimeVersion, stream, versionedStream
      • Methods inherited from class java.util.zip.ZipFile

        finalize, getComment
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait