Class ZipEntryKey
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.loader.zip.ZipEntryKey
- All Implemented Interfaces:
Serializable
An external zip key.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionZipEntryKey
(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
-
Constructor Details
-
ZipEntryKey
-
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
-
-
Method Details