org.jasen.update
Class JasenAutoUpdateReport

java.lang.Object
  extended byorg.jasen.update.JasenAutoUpdateReport

public class JasenAutoUpdateReport
extends Object

Holds the data pertaining to the results of an auto update.
This information is sent to the JasenAutoUpdateManager after an update has been processed

Author:
Jason Polites
See Also:
JasenAutoUpdateManager

Constructor Summary
JasenAutoUpdateReport()
           
 
Method Summary
 JasenAutoUpdateParcel getUpdateParcel()
           
 String getWebUpdateUrl()
           
 boolean isApplicationRestart()
           
 boolean isEngineRestart()
           
 boolean isUpdateAborted()
           
 boolean isUpdated()
           
 boolean isWebUpdateRequired()
           
 void setApplicationRestart(boolean applicationRestart)
           
 void setEngineRestart(boolean restart)
           
 void setUpdateAborted(boolean updateAborted)
           
 void setUpdated(boolean updated)
           
 void setUpdateParcel(JasenAutoUpdateParcel updateParcel)
           
 void setWebUpdateRequired(boolean webUpdateRequired)
           
 void setWebUpdateUrl(String webUpdateUrl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasenAutoUpdateReport

public JasenAutoUpdateReport()
Method Detail

isEngineRestart

public boolean isEngineRestart()

setEngineRestart

public void setEngineRestart(boolean restart)

isUpdated

public boolean isUpdated()

setUpdated

public void setUpdated(boolean updated)

isWebUpdateRequired

public boolean isWebUpdateRequired()

setWebUpdateRequired

public void setWebUpdateRequired(boolean webUpdateRequired)

getWebUpdateUrl

public String getWebUpdateUrl()

setWebUpdateUrl

public void setWebUpdateUrl(String webUpdateUrl)

getUpdateParcel

public JasenAutoUpdateParcel getUpdateParcel()

setUpdateParcel

public void setUpdateParcel(JasenAutoUpdateParcel updateParcel)

isApplicationRestart

public boolean isApplicationRestart()

setApplicationRestart

public void setApplicationRestart(boolean applicationRestart)

isUpdateAborted

public boolean isUpdateAborted()

setUpdateAborted

public void setUpdateAborted(boolean updateAborted)