org.entityfs.at4jzip.cap.entity
Interface ECAt4jZipEntry

All Superinterfaces:
EntityCapability

public interface ECAt4jZipEntry
extends EntityCapability

This capability is supported by entities in a Zip file system backed by the At4J Zip implementation. It can be used to get the entity's ZipEntry.

The utility class ECAt4JZipEntryUtil has static utility methods for working with this capability.

Since:
1.2
Author:
Karl Gustafsson
See Also:
At4jZipFileSystemBuilder, ECTAt4jZipEntry, FSCAt4jZipFileBacked
In_jar:
entityfs-zipat4j

Method Summary
 ZipEntry getZipEntry()
          Get the At4J ZipEntry backing this entity.
 
Methods inherited from interface org.entityfs.cap.EntityCapability
getEntity, isValid
 

Method Detail

getZipEntry

ZipEntry getZipEntry()
Get the At4J ZipEntry backing this entity.