|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.javaflair.pokerprophesier.api.helper.UpdateHelper
public class UpdateHelper
A helper which can be queried to determine whether this Poker Prophesier installation is current. The update details are automatically retrieved from the Poker Prophesier website.
The helper can not be instantiated directly, rather a reference must be
retrieved from the
PokerProphesierAdapter
adapter.
PokerProphesierAdapter,
PokerProphesierAdapter.getUpdateHelper()| Method Summary | |
|---|---|
String |
getUpdateDescription()
Returns the update description. |
String |
getUpdateDownloadUrl()
Returns the update download URL. |
int |
getUpdateMajorVersion()
Returns the update major version. |
int |
getUpdateMinorVersion()
Returns the update minor version. |
String |
getUpdateName()
Returns the update name. |
int |
getUpdatePatchVersion()
Returns the update patch version. |
String |
getUpdateReleaseDate()
Returns the update release date. |
String |
getUpdateText()
Returns the update text. |
boolean |
isVersionCurrent()
Returns a boolean indicating whether this version of the simulator is currrent. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isVersionCurrent()
public String getUpdateName()
public String getUpdateDescription()
public String getUpdateText()
public String getUpdateReleaseDate()
public String getUpdateDownloadUrl()
public int getUpdateMajorVersion()
public int getUpdateMinorVersion()
public int getUpdatePatchVersion()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||