Package ca.corbett.updates
Class DownloadedExtension
java.lang.Object
ca.corbett.updates.DownloadedExtension
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddScreenshot(File image) voidvoidsetJarFile(File jarFile) voidsetSignatureFile(File signatureFile)
-
Constructor Details
-
DownloadedExtension
public DownloadedExtension()
-
-
Method Details
-
getJarFile
-
setJarFile
-
getSignatureFile
-
setSignatureFile
-
addScreenshot
-
getScreenshots
-
clearScreenshots
public void clearScreenshots()
-