DevSU3UpdateChecker, DevSU3UpdateRunner, NewsFetcher, PluginUpdateChecker, PluginUpdateRunner, UnsignedUpdateChecker, UnsignedUpdateRunner, UpdateRunner, UpdateRunnerpublic interface UpdateTask
| Modifier and Type | Method | Description |
|---|---|---|
String |
getID() |
Valid for plugins
|
UpdateMethod |
getMethod() |
|
UpdateType |
getType() |
|
URI |
getURI() |
The current URI being checked or downloaded from.
|
boolean |
isRunning() |
|
void |
shutdown() |
|
void |
start() |
Tasks must not start themselves in the constructor.
|
void start()
void shutdown()
boolean isRunning()
UpdateType getType()
UpdateMethod getMethod()
URI getURI()
String getID()