Package org.jboss.vfs

Class VirtualJarInputStream.VirtualJarEntry

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    VirtualJarInputStream

    public static class VirtualJarInputStream.VirtualJarEntry
    extends java.util.jar.JarEntry
    Virtual JarEntry used for representing a child VirtualFile as a JarEntry.
    Version:
    $Revision: 1.1 $
    Author:
    John Bailey
    • Constructor Summary

      Constructors 
      Constructor Description
      VirtualJarEntry​(java.lang.String name, VirtualFile virtualFile, java.util.jar.Attributes attributes)
      Construct a new
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.jar.Attributes getAttributes()
      *
      java.security.cert.Certificate[] getCertificates()
      *
      java.security.CodeSigner[] getCodeSigners()
      *
      long getSize()
      *
      long getTime()  
      boolean isDirectory()
      *
      • Methods inherited from class java.util.jar.JarEntry

        getRealName
      • Methods inherited from class java.util.zip.ZipEntry

        clone, getComment, getCompressedSize, getCrc, getCreationTime, getExtra, getLastAccessTime, getLastModifiedTime, getMethod, getName, getTimeLocal, hashCode, setComment, setCompressedSize, setCrc, setCreationTime, setExtra, setLastAccessTime, setLastModifiedTime, setMethod, setSize, setTime, setTimeLocal, toString
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, notify, notifyAll, wait, wait, wait