Interface UpdateController
- All Known Implementing Classes:
UpdateControllerImpl
public interface UpdateController
-
Method Summary
Modifier and TypeMethodDescriptiondownloadUpdates(org.restexpress.Request request, org.restexpress.Response response) getAutoUpdateInformation(org.restexpress.Request request, org.restexpress.Response response) getUpdatesCheckStatus(org.restexpress.Request request, org.restexpress.Response response) getUpdatingStatus(org.restexpress.Request request, org.restexpress.Response response) setAutomaticUpdatesConfig(org.restexpress.Request request, org.restexpress.Response response) setAutomaticUpdatesStatus(org.restexpress.Request request, org.restexpress.Response response) setUpdatingStatus(org.restexpress.Request request, org.restexpress.Response response)
-
Method Details
-
getUpdatingStatus
UpdatingStatus getUpdatingStatus(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
getAutoUpdateInformation
UpdatingStatus getAutoUpdateInformation(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
setAutomaticUpdatesStatus
UpdatingStatus setAutomaticUpdatesStatus(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
setAutomaticUpdatesConfig
UpdatingStatus setAutomaticUpdatesConfig(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
setUpdatingStatus
UpdatingStatus setUpdatingStatus(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
downloadUpdates
UpdatingStatus downloadUpdates(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
getUpdatesCheckStatus
UpdatingStatus getUpdatesCheckStatus(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-