Class ZipEntryKey
- java.lang.Object
-
- org.pentaho.reporting.libraries.resourceloader.loader.zip.ZipEntryKey
-
- All Implemented Interfaces:
Serializable
public class ZipEntryKey extends Object implements Serializable
An external zip key.- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZipEntryKey(ResourceData zipFile, String entryName)
ZipEntryKey(ResourceManager manager, File zipFile, String entryName)
ZipEntryKey(ResourceManager manager, String zipFile, String entryName)
ZipEntryKey(ResourceManager manager, URL zipFile, String entryName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEntryName()
ResourceData
getZipFile()
int
hashCode()
-
-
-
Constructor Detail
-
ZipEntryKey
public ZipEntryKey(ResourceData zipFile, String entryName)
-
ZipEntryKey
public ZipEntryKey(ResourceManager manager, String zipFile, String entryName) throws ResourceKeyCreationException, ResourceLoadingException
-
ZipEntryKey
public ZipEntryKey(ResourceManager manager, URL zipFile, String entryName) throws ResourceKeyCreationException, ResourceLoadingException
-
ZipEntryKey
public ZipEntryKey(ResourceManager manager, File zipFile, String entryName) throws ResourceKeyCreationException, ResourceLoadingException
-
-