|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.at4jzip.cap.fs.FSCAt4jZipFileBackedUtil
public final class FSCAt4jZipFileBackedUtil
This utility class contains static methods for working with file systems that
support the FSCAt4jZipFileBacked
capability.
FSCAt4jZipFileBacked
Method Summary | |
---|---|
static FSCAt4jZipFileBacked |
getCapability(FileSystem fs)
Get the capability object for the file system. |
static ZipFile |
getZipFile(FileSystem fs)
Get the ZipFile that the file system is built on. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FSCAt4jZipFileBacked getCapability(FileSystem fs) throws UnsupportedCapabilityException
UnsupportedCapabilityException
- If the file system does not
support the FSCAt4jZipFileBacked
capability.public static ZipFile getZipFile(FileSystem fs) throws UnsupportedCapabilityException
ZipFile
that the file system is built on.
UnsupportedCapabilityException
- If the file system does not
support the FSCAt4jZipFileBacked
capability.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |