Package ca.corbett.updates
Class VersionManifest.ExtensionVersion
java.lang.Object
ca.corbett.updates.VersionManifest.ExtensionVersion
- Enclosing class:
VersionManifest
Represents a single version of a single extension. At this level, we can specify a
path for downloading the jar file, the optional signature file, and any screenshots.
All paths are relative to the baseUrl defined in the applicable UpdateSource!
- Author:
- scorbo2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddScreenshot(String screenshotPath) voidbooleaninthashCode()voidsetDownloadPath(String downloadPath) voidsetExtInfo(AppExtensionInfo extInfo) voidsetSignaturePath(String signaturePath)
-
Constructor Details
-
ExtensionVersion
public ExtensionVersion()
-
-
Method Details