Class DownloadedExtension

java.lang.Object
ca.corbett.updates.DownloadedExtension

public class DownloadedExtension extends Object
Used internally when retrieving a remote extension to store all associated files together into one object: the jar file, the optional signature file, and the optional list of screenshots. This is all handled transparently by ExtensionManagerDialog - application code will likely never have to interact with this class directly.
Since:
swing-extras 2.5
Author:
scorbo2
  • Constructor Details

    • DownloadedExtension

      public DownloadedExtension()
  • Method Details

    • getJarFile

      public File getJarFile()
    • setJarFile

      public void setJarFile(File jarFile)
    • getSignatureFile

      public File getSignatureFile()
    • setSignatureFile

      public void setSignatureFile(File signatureFile)
    • addScreenshot

      public void addScreenshot(File image)
    • getScreenshots

      public List<File> getScreenshots()
    • clearScreenshots

      public void clearScreenshots()