public class VersionAvailableEventArgs
extends java.lang.Object
| Constructor and Description |
|---|
VersionAvailableEventArgs(Version officialVersion,
java.lang.String downloadUri,
java.lang.String versionDescription,
Version currentVersion,
boolean currentVersionDeprecated,
java.util.Calendar releaseDate,
java.lang.String additionalInformation)
Instantiates a new version available event args.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdditionalInfo()
Gets the additional info registered along with the newer product release
on the server
|
Version |
getCurrentVersion()
Gets the current version as set at monitor start
|
boolean |
getCurrentVersionDeprecated()
Gets information on whether the currently executing version has been
marked as deprecated on the server.
|
java.lang.String |
getDownloadUri()
Gets the download uri of the newer product release as registered on the
server.
|
Version |
getOfficialVersion()
Gets the official version of a newer product release as registered on the
server.
|
java.util.Calendar |
getReleaseDate()
Gets the release date of the newer product release as registered on the
server.
|
java.lang.String |
getVersionDescription()
Gets the version description of the newer product release as registered
on the server
|
public VersionAvailableEventArgs(Version officialVersion, java.lang.String downloadUri, java.lang.String versionDescription, Version currentVersion, boolean currentVersionDeprecated, java.util.Calendar releaseDate, java.lang.String additionalInformation)
officialVersion - the official versiondownloadUri - the download uriversionDescription - the version descriptioncurrentVersion - the current versioncurrentVersionDeprecated - the current version deprecatedreleaseDate - the release dateadditionalInformation - the additional informationpublic Version getOfficialVersion()
public java.lang.String getDownloadUri()
public java.lang.String getVersionDescription()
public Version getCurrentVersion()
public boolean getCurrentVersionDeprecated()
public java.util.Calendar getReleaseDate()
public java.lang.String getAdditionalInfo()