org.pentaho.reporting.libraries.resourceloader.loader.zip
Class ZipEntryKey
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.loader.zip.ZipEntryKey
public class ZipEntryKey
- extends java.lang.Object
An external zip key.
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ZipEntryKey
public ZipEntryKey(ResourceData zipFile,
java.lang.String entryName)
ZipEntryKey
public ZipEntryKey(ResourceManager manager,
java.lang.String zipFile,
java.lang.String entryName)
throws ResourceKeyCreationException,
ResourceLoadingException
- Throws:
ResourceKeyCreationException
ResourceLoadingException
ZipEntryKey
public ZipEntryKey(ResourceManager manager,
java.net.URL zipFile,
java.lang.String entryName)
throws ResourceKeyCreationException,
ResourceLoadingException
- Throws:
ResourceKeyCreationException
ResourceLoadingException
ZipEntryKey
public ZipEntryKey(ResourceManager manager,
java.io.File zipFile,
java.lang.String entryName)
throws ResourceKeyCreationException,
ResourceLoadingException
- Throws:
ResourceKeyCreationException
ResourceLoadingException
getZipFile
public ResourceData getZipFile()
getEntryName
public java.lang.String getEntryName()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object