public class JarFileObject extends ZipFileObject
entry| Modifier | Constructor and Description |
|---|---|
protected |
JarFileObject(AbstractFileName name,
java.util.zip.ZipEntry entry,
org.apache.commons.vfs2.provider.jar.JarFileSystem fs,
boolean zipExists) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
doGetAttributes()
Returns the value of an attribute.
|
protected java.security.cert.Certificate[] |
doGetCertificates()
Return the certificates of this JarEntry.
|
attachChild, doGetContentSize, doGetInputStream, doGetLastModifiedTime, doGetType, doListChildren, isWriteable, setZipEntrycanRenameTo, childrenChanged, close, compareTo, copyFrom, createFile, createFolder, delete, delete, deleteAll, doAttach, doCreateFileContent, doCreateFolder, doDelete, doDetach, doGetOutputStream, doGetRandomAccessContent, doIsExecutable, doIsHidden, doIsReadable, doIsSameFile, doIsWriteable, doListChildrenResolved, doRemoveAttribute, doRename, doSetAttribute, doSetExecutable, doSetLastModifiedTime, doSetReadable, doSetWritable, endOutput, exists, finalize, findFiles, findFiles, getAbstractFileSystem, getChild, getChildren, getContent, getFileContentInfoFactory, getFileOperations, getFileSystem, getInputStream, getName, getOutputStream, getOutputStream, getParent, getPublicURIString, getRandomAccessContent, getType, getURL, handleChanged, handleCreate, handleDelete, holdObject, injectType, isAttached, isContentOpen, isExecutable, isFile, isFolder, isHidden, isReadable, isSameFile, iterator, listFiles, moveTo, notifyAllStreamsClosed, onChange, onChildrenChanged, refresh, resolveFile, resolveFile, setExecutable, setReadable, setWritable, toStringprotected JarFileObject(AbstractFileName name, java.util.zip.ZipEntry entry, org.apache.commons.vfs2.provider.jar.JarFileSystem fs, boolean zipExists) throws org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileSystemExceptionprotected java.util.Map<java.lang.String,java.lang.Object> doGetAttributes()
throws java.lang.Exception
doGetAttributes in class org.apache.commons.vfs2.provider.AbstractFileObject<org.apache.commons.vfs2.provider.zip.ZipFileSystem>java.lang.Exceptionprotected java.security.cert.Certificate[] doGetCertificates()
doGetCertificates in class org.apache.commons.vfs2.provider.AbstractFileObject<org.apache.commons.vfs2.provider.zip.ZipFileSystem>