<li><ahref="../../../../de/epiceric/shopchest/utils/ShopUtils.html"title="class in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html"title="enum in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Next Class</span></a></li>
<li><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<pre>public class <spanclass="typeNameLabel">UpdateChecker</span>
extends <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></pre>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html"title="enum in de.epiceric.shopchest.utils">UpdateChecker.UpdateCheckerResult</a></span></code> </td>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.html#UpdateChecker-de.epiceric.shopchest.ShopChest-">UpdateChecker</a></span>(<ahref="../../../../de/epiceric/shopchest/ShopChest.html"title="class in de.epiceric.shopchest">ShopChest</a> plugin)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.summary">
<!---->
</a>
<h3>Method Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>[]</code></td>
<tdclass="colFirst"><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<tdclass="colFirst"><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html"title="enum in de.epiceric.shopchest.utils">UpdateChecker.UpdateCheckerResult</a></code></td>
<h3>Methods inherited from class java.lang.<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--"title="class or interface in java.lang">clone</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-"title="class or interface in java.lang">equals</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--"title="class or interface in java.lang">finalize</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--"title="class or interface in java.lang">getClass</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--"title="class or interface in java.lang">hashCode</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--"title="class or interface in java.lang">notify</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--"title="class or interface in java.lang">notifyAll</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--"title="class or interface in java.lang">toString</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"title="class or interface in java.lang">wait</a></code></li>
<pre>public UpdateChecker(<ahref="../../../../de/epiceric/shopchest/ShopChest.html"title="class in de.epiceric.shopchest">ShopChest</a> plugin)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="updateNeeded--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>updateNeeded</h4>
<pre>public <ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html"title="enum in de.epiceric.shopchest.utils">UpdateChecker.UpdateCheckerResult</a> updateNeeded()</pre>
<divclass="block">Check if an update is needed</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd><ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html#TRUE"><code>UpdateChecker.UpdateCheckerResult.TRUE</code></a> if an update is available, <ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html#FALSE"><code>UpdateChecker.UpdateCheckerResult.FALSE</code></a> if no update is needed or <ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html#ERROR"><code>UpdateChecker.UpdateCheckerResult.ERROR</code></a> if an error occurred</dd>
</dl>
</li>
</ul>
<aname="getBroadcast--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getBroadcast</h4>
<pre>public <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>[] getBroadcast()</pre>
<divclass="block">Get the broadcast message</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>A String Array of the lines of the broadcast message or <b>null</b> when no message is available</dd>
</dl>
</li>
</ul>
<aname="getVersion--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getVersion</h4>
<pre>public <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> getVersion()</pre>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Latest Version or <b>null</b> if no update is available</dd>
</dl>
</li>
</ul>
<aname="getLink--">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>getLink</h4>
<pre>public <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> getLink()</pre>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Download Link of the latest version of <b>null</b> if no update is available</dd>
<li><ahref="../../../../de/epiceric/shopchest/utils/ShopUtils.html"title="class in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../de/epiceric/shopchest/utils/UpdateChecker.UpdateCheckerResult.html"title="enum in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Next Class</span></a></li>