- Updatable - Interface in de.pheasn.pluginupdater
-
- UpdateCheckTask - Class in de.pheasn.pluginupdater
-
- UpdateCheckTask(Updater, Updatable) - Constructor for class de.pheasn.pluginupdater.UpdateCheckTask
-
- updateInterruptedException(InterruptedException) - Method in interface de.pheasn.pluginupdater.Updatable
-
Invoked if the updater thread is interrupted
- updateIOException(IOException) - Method in interface de.pheasn.pluginupdater.Updatable
-
Invoked if an IOException occurs while checking for updates
- updateNotifyDownloading() - Method in interface de.pheasn.pluginupdater.Updatable
-
Invoked if new version has been found and being downloaded
- updateNotifyReadUpdatedProjectPage() - Method in interface de.pheasn.pluginupdater.Updatable
-
Invoked if new version is a significant update and the bukkit project page should be visited to check for big changes
- updateNotifyRestarting() - Method in interface de.pheasn.pluginupdater.Updatable
-
Invoked if new version has been downloaded and server should be restarted to install update.
- Updater - Class in de.pheasn.pluginupdater
-
- Updater(Updatable, int, File, String, ReleaseType) - Constructor for class de.pheasn.pluginupdater.Updater
-
Gets a new instance of the updater.
- UpdaterKey - Enum in de.pheasn.pluginupdater
-