Package | Description |
---|---|
org.stanwood.media.source.xbmc.updater |
Modifier and Type | Method and Description |
---|---|
AddonStatus |
AddonDetails.getStatus()
Used to get the status of the addon
|
static AddonStatus |
AddonStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddonStatus[] |
AddonStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AddonDetails.setStatus(AddonStatus status)
Used to set the status of the addon
|
Constructor and Description |
---|
AddonDetails(java.lang.String id,
Version installedVersion,
Version avaliableVersion,
AddonStatus status)
Constructor
|