|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
org.stanwood.media | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.source.xbmc.updater | |
org.stanwood.media.store | |
org.stanwood.media.util |
Uses of Version in org.stanwood.media |
---|
Methods in org.stanwood.media that return Version | |
---|---|
Version |
ProjectDetails.getVersion()
Returns the version of the project |
Uses of Version in org.stanwood.media.source.xbmc |
---|
Methods in org.stanwood.media.source.xbmc that return Version | |
---|---|
Version |
XBMCAddon.getVersion()
Used to get the version of the addon |
Uses of Version in org.stanwood.media.source.xbmc.updater |
---|
Methods in org.stanwood.media.source.xbmc.updater that return Version | |
---|---|
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 |
Methods in org.stanwood.media.source.xbmc.updater with parameters of type Version | |
---|---|
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 |
Constructors in org.stanwood.media.source.xbmc.updater with parameters of type Version | |
---|---|
AddonDetails(java.lang.String id,
Version installedVersion,
Version avaliableVersion,
AddonStatus status)
Constructor |
Uses of Version in org.stanwood.media.store |
---|
Methods in org.stanwood.media.store that return Version | |
---|---|
Version |
StoreVersion.getVersion()
Used to get the version |
Methods in org.stanwood.media.store with parameters of type Version | |
---|---|
void |
StoreVersion.setVersion(Version version)
Used to set the version |
Constructors in org.stanwood.media.store with parameters of type Version | |
---|---|
StoreVersion(Version version,
int revision)
The constructor |
Uses of Version in org.stanwood.media.util |
---|
Methods in org.stanwood.media.util with parameters of type Version | |
---|---|
int |
Version.compareTo(Version o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |