Class PluginZipStorage

All Implemented Interfaces:
Comparable<Storage>

public final class PluginZipStorage extends ZipStorage
A ZIP file storage for plug-ins. This class normalizes some legacy data objects loaded from the source ZIP file.
Version:
1.0
  • Constructor Details

    • PluginZipStorage

      public PluginZipStorage(String pluginId, File zipFile) throws IOException
      Creates a new read-only ZIP file storage for a plug-in.
      Parameters:
      pluginId - the plug-in identifier
      zipFile - the ZIP file to use
      Throws:
      IOException - if the ZIP couldn't be opened properly