|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasen.update.JasenAutoUpdateParcelWrapper
Provides a read-only wrapper around an update parcel.
An update parcel is the summary information about an update which is downloaded prior to the update itself
Constructor Summary | |
JasenAutoUpdateParcelWrapper(JasenAutoUpdateParcel parcel)
|
Method Summary | |
String |
getArchiveName()
Gets the name of the update package to be downloaded. |
String |
getClassName()
Gets the name of the class that will be executed after the update has been downloaded. |
List |
getFiles()
Gets the list of files contained in the update. |
String |
getJarName()
Gets the name of the jar file which contains the executable class. |
String |
getJarPath()
Gets the local (relative) path to which the jar file will be deposited. |
boolean |
getRetainJar()
A boolean value which indicates whether the jar file will be retained after the update has completed. |
long |
getSize()
Gets the size (in bytes) of the update. |
String |
getUpdateDate()
Gets the date of the update as a String. |
String |
getUpdateId()
Gets the ID of the update. |
boolean |
getWebUpdateRequired()
A boolean value which indicates whether a separate (manual) website update is required. |
String |
getWebUpdateUrl()
If a website update is required, returns the URL of the site containing the update. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JasenAutoUpdateParcelWrapper(JasenAutoUpdateParcel parcel)
Method Detail |
public String getArchiveName()
public String getClassName()
AutoUpdateExecutor
public List getFiles()
JasenAutoUpdateFile
public String getJarName()
AutoUpdateExecutor
public String getJarPath()
public boolean getRetainJar()
public long getSize()
public String getUpdateDate()
public String getUpdateId()
public boolean getWebUpdateRequired()
public String getWebUpdateUrl()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |