public interface ComponentUpdate
| Modifier and Type | Interface and Description |
|---|---|
static class |
ComponentUpdate.ApplyResult |
static class |
ComponentUpdate.InvalidVersion |
| Modifier and Type | Method and Description |
|---|---|
ComponentUpdate.ApplyResult |
apply(InputStream patch) |
void |
cancel() |
void |
check() |
void |
confirm(Date when) |
Changelog |
getPendingChangelog() |
Updates |
getUpdates() |
String |
key() |
void |
rollback(Rollback rollback) |
UpdateState |
state() |
void |
updateTo(String version) |
String key()
UpdateState state()
Updates getUpdates()
Changelog getPendingChangelog()
void check()
void updateTo(String version)
void confirm(Date when)
void cancel()
void rollback(Rollback rollback)
ComponentUpdate.ApplyResult apply(InputStream patch)
Copyright © 2025 Suncode. All rights reserved.