org.entityfs.util.zip
Interface ZipEntryInfo

All Known Subinterfaces:
ZipFileEntryInfo
All Known Implementing Classes:
JarEntryInfoImpl, JarFileEntryInfoImpl, ManualJarEntryInfo, ManualJarFileEntryInfo, ManualZipEntryInfo, ManualZipFileEntryInfo, ZipEntryInfoImpl, ZipFileEntryInfoImpl

public interface ZipEntryInfo

This is used by the ZipCreator to create Zip entries from entity properties. Objects implementing only this interface represents entities without any data (directories).

Since:
1.0
Author:
Karl Gustafsson
See Also:
ZipEntryInfoProvider

Method Summary
 ZipEntry getZipEntry()
          Get the ZipEntry object for the entity.
 

Method Detail

getZipEntry

ZipEntry getZipEntry()
Get the ZipEntry object for the entity. Entry names for directories have to end with a single slash (see ZipEntry.isDirectory()).

Returns:
The ZipEntry object for the entity.