java.io.Closeable, java.lang.AutoCloseable, java.lang.Comparable<FileObject>, java.lang.Iterable<FileObject>, FileObjectpublic class JarFileObject extends ZipFileObject
entry| Modifier | Constructor | Description |
|---|---|---|
protected |
JarFileObject(AbstractFileName name,
java.util.zip.ZipEntry entry,
JarFileSystem fs,
boolean zipExists) |
| Modifier and Type | Method | 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.
|
canRenameTo, childrenChanged, close, compareTo, copyFrom, createFile, createFolder, delete, delete, deleteAll, doCreateFileContent, doCreateFolder, doDelete, 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, toStringclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitattachChild, doAttach, doDetach, doGetContentSize, doGetInputStream, doGetLastModifiedTime, doGetType, doListChildren, isWriteable, setZipEntryprotected JarFileObject(AbstractFileName name, java.util.zip.ZipEntry entry, JarFileSystem fs, boolean zipExists) throws FileSystemException
FileSystemExceptionprotected java.util.Map<java.lang.String,java.lang.Object> doGetAttributes() throws java.lang.Exception
doGetAttributes in class AbstractFileObject<ZipFileSystem>java.lang.Exception - if an error occurs.protected java.security.cert.Certificate[] doGetCertificates()
doGetCertificates in class AbstractFileObject<ZipFileSystem>