|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.simulogic.cese.updates.UpdateFetcher
public class UpdateFetcher
Fetches update information and changelogs
Constructor Summary | |
---|---|
UpdateFetcher()
|
Method Summary | |
---|---|
java.lang.String |
fetchChangelog()
Fetch changelog information |
void |
fetchUpdate()
Fetch update information |
java.lang.String |
getLink()
Returns |
java.lang.String |
getPubdate()
Returns |
java.lang.String |
getTitle()
Returns |
boolean |
isnewVersionAvailable()
Returns true if new version is available |
boolean |
isUpdateTime()
Returns true if it is time to check for updates |
void |
setLink(java.lang.String link)
Sets |
void |
setPubdate(java.lang.String pubdate)
Sets |
void |
setTitle(java.lang.String title)
Sets |
void |
setUpdateTime()
Saves current time for updates |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateFetcher()
Method Detail |
---|
public void fetchUpdate()
public java.lang.String fetchChangelog()
public boolean isnewVersionAvailable()
public void setUpdateTime()
public boolean isUpdateTime()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getTitle()
public void setLink(java.lang.String link)
link
- the link to setpublic java.lang.String getLink()
public void setPubdate(java.lang.String pubdate)
pubdate
- the pubdate to setpublic java.lang.String getPubdate()
|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |