org.entityfs.jar.cap.fs
Interface FSCJarFileBacked

All Superinterfaces:
FileSystemCapability, FSCZipFileBacked

public interface FSCJarFileBacked
extends FSCZipFileBacked

This capability is supported by Jar file systems.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-jar

Method Summary
 JarFile getJarFile()
          Get the JarFile for the Jar file system.
 
Methods inherited from interface org.entityfs.zip.cap.fs.FSCZipFileBacked
getParentFileSystem, getZipFile
 

Method Detail

getJarFile

JarFile getJarFile()
Get the JarFile for the Jar file system.

Returns:
The Jar file system's JarFile.