public interface UpdateTask| Modifier and Type | Method and Description |
|---|---|
String | getID()Valid for plugins |
UpdateMethod | getMethod()Get the update method. |
UpdateType | getType()Get the update type. |
URI | getURI()The current URI being checked or downloaded from. |
boolean | isRunning()Check if the task is currently running. |
void | shutdown()Shutdown the task. |
void | start()Tasks must not start themselves in the constructor. |
String getID()
UpdateMethod getMethod()
UpdateType getType()
URI getURI()
boolean isRunning()
void shutdown()
void start()