org.entityfs.util.jar
Class JarFileEntryInfoImpl

java.lang.Object
  extended by org.entityfs.util.zip.ZipEntryInfoImpl
      extended by org.entityfs.util.zip.ZipFileEntryInfoImpl
          extended by org.entityfs.util.jar.JarFileEntryInfoImpl
All Implemented Interfaces:
ZipEntryInfo, ZipFileEntryInfo

public class JarFileEntryInfoImpl
extends ZipFileEntryInfoImpl


Constructor Summary
JarFileEntryInfoImpl(EFile f, AbsoluteLocation location, ZipEntryInfoProvider zeip)
          Constructor.
 
Method Summary
protected  ZipEntry createZipEntry(String entryName)
          Override the inherited implementation to create a JarEntry instance instead of a ZipEntry.
 
Methods inherited from class org.entityfs.util.zip.ZipFileEntryInfoImpl
getFile
 
Methods inherited from class org.entityfs.util.zip.ZipEntryInfoImpl
getEntity, getExtraInfoProvider, getLocation, getZipEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.entityfs.util.zip.ZipEntryInfo
getZipEntry
 

Constructor Detail

JarFileEntryInfoImpl

public JarFileEntryInfoImpl(EFile f,
                            AbsoluteLocation location,
                            ZipEntryInfoProvider zeip)
Constructor.

Parameters:
f - The file
location - The entity's location relative to the base directory for the Jar archive.
zeip - An provider of extra information. May be null.
Method Detail

createZipEntry

protected ZipEntry createZipEntry(String entryName)
Override the inherited implementation to create a JarEntry instance instead of a ZipEntry.

Overrides:
createZipEntry in class ZipEntryInfoImpl
Parameters:
entryName - The name of the Jar entry.
Returns:
A JarEntry object.