public class JarFileSystem extends ZipFileSystem
| Modifier | Constructor and Description |
|---|---|
protected |
JarFileSystem(AbstractFileName rootName,
FileObject file,
FileSystemOptions fileSystemOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCapabilities(java.util.Collection<Capability> caps)
Returns the capabilities of this file system.
|
protected java.util.zip.ZipFile |
createZipFile(java.io.File file) |
protected ZipFileObject |
createZipFileObject(AbstractFileName name,
java.util.zip.ZipEntry entry) |
java.lang.Object |
getAttribute(java.lang.String attrName)
Retrives the attribute with the specified name.
|
protected java.util.zip.ZipFile |
getZipFile() |
createFile, doCloseCommunicationLink, initaddJunction, addListener, close, closeCommunicationLink, decorateFileObject, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributegetContext, getLogger, setContext, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJunction, addListener, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttributeprotected JarFileSystem(AbstractFileName rootName, FileObject file, FileSystemOptions fileSystemOptions) throws FileSystemException
FileSystemExceptionprotected java.util.zip.ZipFile createZipFile(java.io.File file)
throws FileSystemException
createZipFile in class ZipFileSystemFileSystemExceptionprotected ZipFileObject createZipFileObject(AbstractFileName name, java.util.zip.ZipEntry entry) throws FileSystemException
createZipFileObject in class ZipFileSystemFileSystemExceptionprotected void addCapabilities(java.util.Collection<Capability> caps)
addCapabilities in class ZipFileSystempublic java.lang.Object getAttribute(java.lang.String attrName)
throws FileSystemException
getAttribute in interface FileSystemgetAttribute in class AbstractFileSystemattrName - The attiribute's name.FileSystemException - if an error occurs.FileContent.getAttribute(java.lang.String)protected java.util.zip.ZipFile getZipFile()
throws FileSystemException
getZipFile in class ZipFileSystemFileSystemException