Package | Description |
---|---|
org.stanwood.media | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.source.xbmc.updater | |
org.stanwood.media.store | |
org.stanwood.media.store.db | |
org.stanwood.media.util |
Modifier and Type | Method and Description |
---|---|
Version |
ProjectDetails.getVersion()
Returns the version of the project
|
Modifier and Type | Method and Description |
---|---|
Version |
XBMCAddon.getVersion()
Used to get the version of the addon
|
Modifier and Type | Method and Description |
---|---|
Version |
AddonDetails.getAvaliableVersion()
Used to get the version of the addon available the update site
|
Version |
AddonDetails.getInstalledVersion()
Used to get the installed version of the addon or null if it's not installed
|
Modifier and Type | Method and Description |
---|---|
void |
AddonDetails.setAvaliableVersion(Version avaliableVersion)
Used to set the version of the addon available the update site
|
void |
AddonDetails.setInstalledVersion(Version installedVersion)
Used to set the installed version of the addon
|
Constructor and Description |
---|
AddonDetails(java.lang.String id,
Version installedVersion,
Version avaliableVersion,
AddonStatus status)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Version |
StoreVersion.getVersion()
Used to get the version
|
Modifier and Type | Method and Description |
---|---|
void |
StoreVersion.setVersion(Version version)
Used to set the version
|
Constructor and Description |
---|
StoreVersion(Version version,
int revision)
The constructor
|
Modifier and Type | Method and Description |
---|---|
Version |
DBMediaDirectory.getVersion()
Used to get the store version for the media directory
|
Modifier and Type | Method and Description |
---|---|
void |
DBMediaDirectory.setVersion(Version version)
Used to set the store version for the media directory
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version o) |