org.apache.geronimo.deployment.util
Class NestedJarEntry
java.lang.Object
java.util.zip.ZipEntry
java.util.jar.JarEntry
org.apache.geronimo.deployment.util.NestedJarEntry
- All Implemented Interfaces:
- Cloneable, ZipConstants
- public class NestedJarEntry
- extends JarEntry
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
Fields inherited from class java.util.zip.ZipEntry |
CENATT, CENATX, CENCOM, CENCRC, CENDSK, CENEXT, CENFLG, CENHDR, CENHOW, CENLEN, CENNAM, CENOFF, CENSIG, CENSIZ, CENTIM, CENVEM, CENVER, DEFLATED, ENDCOM, ENDHDR, ENDOFF, ENDSIG, ENDSIZ, ENDSUB, ENDTOT, EXTCRC, EXTHDR, EXTLEN, EXTSIG, EXTSIZ, LOCCRC, LOCEXT, LOCFLG, LOCHDR, LOCHOW, LOCLEN, LOCNAM, LOCSIG, LOCSIZ, LOCTIM, LOCVER, STORED |
NestedJarEntry
public NestedJarEntry(String name,
JarEntry baseEntry,
Manifest manifest)
getBaseEntry
public JarEntry getBaseEntry()
getAttributes
public Attributes getAttributes()
throws IOException
- Throws:
IOException
getCertificates
public Certificate[] getCertificates()
- Always return null. This could be implementd by verifing the signatures
in the manifest file against the actual file, but we don't need this for
Geronimo.
- Returns:
- null
getTime
public long getTime()
setTime
public void setTime(long time)
getSize
public long getSize()
setSize
public void setSize(long size)
getCompressedSize
public long getCompressedSize()
setCompressedSize
public void setCompressedSize(long csize)
getCrc
public long getCrc()
setCrc
public void setCrc(long crc)
getMethod
public int getMethod()
setMethod
public void setMethod(int method)
getExtra
public byte[] getExtra()
setExtra
public void setExtra(byte[] extra)
getComment
public String getComment()
setComment
public void setComment(String comment)
isDirectory
public boolean isDirectory()
toString
public String toString()
hashCode
public int hashCode()
clone
public Object clone()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.