Package org.entityfs.util.jar

The JarCreator utility for creating Jar files.

See:
          Description

Class Summary
EntityIteratorToJarEntryInfoIteratorAdapter This is an extension of EntityIteratorToZipEntryInfoIteratorAdapter that creates JarEntryInfoImpl objects.
JarCreator The JarCreator creates a Jar archive using ZipEntryInfo objects returned from an iterator.
JarEntryInfoImpl This is a ZipEntryInfo implementation that creates JarEntry objects in the same way as ZipEntryInfoImpl creates ZipEntry objects.
JarFileEntryInfoImpl  
ManualJarEntryInfo This is an extension of ManualZipEntryInfo that creates JarEntry objects instead of ZipEntry objects.
ManualJarFileEntryInfo This is an extension of ManualZipFileEntryInfo that creates JarEntry objects instead of ZipEntry objects.
 

Package org.entityfs.util.jar Description

The JarCreator utility for creating Jar files.

Since:
1.0
Author:
Karl Gustafsson