|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.scheduler.ScheduleBean com.jfw.update.Check4Update
public final class Check4Update
This schedule bean is used for read the update url. The url return the history of versions of the applications and the urls to use for download an update.
Field Summary |
---|
Fields inherited from class com.jfw.scheduler.ScheduleBean |
---|
properties |
Constructor Summary | |
---|---|
Check4Update()
Create a new instance. |
|
Check4Update(java.lang.String updateUrl)
Create a new instance. |
Method Summary | |
---|---|
static java.util.ArrayList |
getFileSizeList()
Get attribute fileSizeList . |
static java.lang.String |
getUpdateString()
Get attribute updateString . |
static java.util.ArrayList |
getUpdateUrlList()
Get attribute updateUrlList . |
static java.util.ArrayList |
getVersionList()
Get attribute versionList . |
void |
start()
Start the schedule bean. |
Methods inherited from class com.jfw.scheduler.ScheduleBean |
---|
addError, getAdvance, sendEmail, setAdvance, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Check4Update()
public Check4Update(java.lang.String updateUrl)
updateUrl
- the url to use for get the file with the updates information.
Set the attribute updateUrl
.Method Detail |
---|
public void start() throws java.lang.Throwable
getUrl()
and setData()
.
start
in class ScheduleBean
java.lang.Throwable
public static java.lang.String getUpdateString()
updateString
.
updateString
.public static java.util.ArrayList getVersionList()
versionList
.
versionList
.public static java.util.ArrayList getUpdateUrlList()
updateUrlList
.
updateUrlList
.public static java.util.ArrayList getFileSizeList()
fileSizeList
.
fileSizeList
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |