Package ca.corbett.updates
Class VersionManifest.Extension
java.lang.Object
ca.corbett.updates.VersionManifest.Extension
- Enclosing class:
VersionManifest
Represents a single extension for the application in question, along with all
of the versions of this extension.
- Author:
- scorbo2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddVersion(VersionManifest.ExtensionVersion newVersion) voidbooleanFind and return the highest ExtensionVersion for this extension.getName()inthashCode()voidvoidtoString()
-
Constructor Details
-
Extension
public Extension()
-
-
Method Details
-
getName
-
setName
-
getVersions
-
getHighestVersion
Find and return the highest ExtensionVersion for this extension. -
addVersion
-
removeVersion
-
clearVersions
public void clearVersions() -
equals
-
hashCode
public int hashCode() -
toString
-