public class JarFileObject extends ZipFileObject
entry
Modifier | Constructor and Description |
---|---|
protected |
JarFileObject(AbstractFileName name,
ZipEntry entry,
JarFileSystem fs,
boolean zipExists) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
doGetAttributes()
Returns the value of an attribute.
|
protected Certificate[] |
doGetCertificates()
Return the certificates of this JarEntry.
|
attachChild, doGetContentSize, doGetInputStream, doGetLastModifiedTime, doGetType, doListChildren, isWriteable, setZipEntry
canRenameTo, 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, toString
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected JarFileObject(AbstractFileName name, ZipEntry entry, JarFileSystem fs, boolean zipExists) throws FileSystemException
FileSystemException
protected Map<String,Object> doGetAttributes() throws Exception
doGetAttributes
in class AbstractFileObject<ZipFileSystem>
Exception
- if an error occurs.protected Certificate[] doGetCertificates()
doGetCertificates
in class AbstractFileObject<ZipFileSystem>
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.