Class JarFileObject
java.lang.Object
org.apache.commons.vfs.provider.AbstractFileObject
org.apache.commons.vfs.provider.zip.ZipFileObject
org.apache.commons.vfs.provider.jar.JarFileObject
- All Implemented Interfaces:
FileObject
A file in a Jar file system.
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Brian Olsen
-
Field Summary
Fields inherited from class org.apache.commons.vfs.provider.zip.ZipFileObject
entry
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JarFileObject
(FileName name, ZipEntry entry, JarFileSystem fs, boolean zipExists) -
Method Summary
Modifier and TypeMethodDescriptionprotected Map
Returns the value of an attribute.protected Certificate[]
Return the certificates of this JarEntry.Methods inherited from class org.apache.commons.vfs.provider.zip.ZipFileObject
attachChild, doGetContentSize, doGetInputStream, doGetLastModifiedTime, doGetType, doListChildren, isWriteable, setZipEntry
Methods inherited from class org.apache.commons.vfs.provider.AbstractFileObject
canRenameTo, childrenChanged, childrenChanged, close, copyFrom, createFile, createFolder, delete, delete, doAttach, doCreateFolder, doDelete, doDetach, doGetOutputStream, doGetRandomAccessContent, doIsHidden, doIsReadable, doIsSameFile, doIsWriteable, doListChildrenResolved, doRename, doSetAttribute, doSetLastModifiedTime, endOutput, exists, finalize, findFiles, findFiles, getChild, getChildren, getContent, getFileContentInfoFactory, getFileOperations, getFileSystem, getInputStream, getName, getOutputStream, getOutputStream, getParent, getRandomAccessContent, getType, getURL, handleChanged, handleCreate, handleDelete, holdObject, injectType, isAttached, isContentOpen, isHidden, isReadable, isSameFile, moveTo, notifyAllStreamsClosed, onChange, onChildrenChanged, refresh, resolveFile, resolveFile, toString
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.commons.vfs.FileObject
canRenameTo, close, copyFrom, createFile, createFolder, delete, delete, exists, findFiles, findFiles, getChild, getChildren, getContent, getFileOperations, getFileSystem, getName, getParent, getType, getURL, isAttached, isContentOpen, isHidden, isReadable, moveTo, refresh, resolveFile, resolveFile
-
Constructor Details
-
JarFileObject
protected JarFileObject(FileName name, ZipEntry entry, JarFileSystem fs, boolean zipExists) throws FileSystemException - Throws:
FileSystemException
-
-
Method Details
-
doGetAttributes
Returns the value of an attribute.- Overrides:
doGetAttributes
in classAbstractFileObject
- Throws:
Exception
-
doGetCertificates
Return the certificates of this JarEntry.- Overrides:
doGetCertificates
in classAbstractFileObject
-