|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs2.provider.AbstractFileObject
org.apache.commons.vfs2.provider.zip.ZipFileObject
org.apache.commons.vfs2.provider.jar.JarFileObject
public class JarFileObject
A file in a Jar file system.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.vfs2.provider.zip.ZipFileObject |
|---|
entry |
| Constructor Summary | |
|---|---|
protected |
JarFileObject(AbstractFileName name,
ZipEntry entry,
JarFileSystem fs,
boolean zipExists)
|
| Method Summary | |
|---|---|
protected Map<String,Object> |
doGetAttributes()
Returns the value of an attribute. |
protected Certificate[] |
doGetCertificates()
Return the certificates of this JarEntry. |
| Methods inherited from class org.apache.commons.vfs2.provider.zip.ZipFileObject |
|---|
attachChild, doGetContentSize, doGetInputStream, doGetLastModifiedTime, doGetType, doListChildren, isWriteable, setZipEntry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.commons.vfs2.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 Detail |
|---|
protected JarFileObject(AbstractFileName name,
ZipEntry entry,
JarFileSystem fs,
boolean zipExists)
throws FileSystemException
FileSystemException| Method Detail |
|---|
protected Map<String,Object> doGetAttributes()
throws Exception
doGetAttributes in class AbstractFileObjectException - if an error occurs.protected Certificate[] doGetCertificates()
doGetCertificates in class AbstractFileObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||