public interface UpdateTask
Modifier and Type | Method and 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()