Package | Description |
---|---|
com.universaldevices.autoupdate |
Modifier and Type | Field and Description |
---|---|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDProduct.currentVersion
The current version for this product
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDPlatform.installedVersion
Currently installed version
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDPlatform.latestVersion
Latest available version
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDVersion.latestVersion
The latest version number
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDPlatform.notSupportedIfAbove
The version number above which ISY may not be upgraded to this
update level
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDVersion.notSupportedIfAbove
The version above which an upgrade is not supported
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDVersion.number
Version number
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDPlatform.resetIfBelow
The version number below which ISY should be reset (factory)
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDVersion.resetIfBelow
The version below which ISY should be reset (factory)
|
UDAutoUpdate.UDVersionNum |
UDAutoUpdate.UDPlatform.versionNumber
The version number
|
Modifier and Type | Method and Description |
---|---|
int |
UDAutoUpdate.UDVersionNum.compareTo(UDAutoUpdate.UDVersionNum o) |
Constructor and Description |
---|
UDPlatform(XMLElement e,
UDAutoUpdate.UDVersionNum version,
UDAutoUpdate.UDVersionNum latestVersion,
java.lang.String description,
UDAutoUpdate.UDVersionNum resetIfBelow,
UDAutoUpdate.UDVersionNum notSupportedIfAbove)
Constructor
Note: This class is initialized by UDI Network
and Services Layers and, as such, should not be utilized independently.
|
UDVersion(XMLElement x,
UDAutoUpdate.UDVersionNum latestVersion)
Constructor
Note: This class is initialized by UDI Network
and Services Layers and, as such, should not be utilized independently.
|