org.entityfs.zip.cap.fs
Interface FSCZipFileBacked

All Superinterfaces:
FileSystemCapability
All Known Subinterfaces:
FSCJarFileBacked
All Known Implementing Classes:
FSCZipFileBackedImpl

public interface FSCZipFileBacked
extends FileSystemCapability

This capability is supported by Zip and Jar file systems.

Since:
1.0
Author:
Karl Gustafsson
See Also:
FSCTZipFileBacked, FSCZipFileBackedUtil

Method Summary
 FileSystem getParentFileSystem()
          If the Zip FileSystem is created on an EFile, this method can be called to return the parent file system.
 ZipFile getZipFile()
          Get the Zip file system's ZipFile.
 

Method Detail

getZipFile

ZipFile getZipFile()
Get the Zip file system's ZipFile.

Returns:
The file system's ZipFile.

getParentFileSystem

FileSystem getParentFileSystem()
If the Zip FileSystem is created on an EFile, this method can be called to return the parent file system.

Returns:
The parent file system or null if the Zip file system was not created on an EFile