public class Updater extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_UPDATER_TITLE |
static int |
ERROR_EXIT_CODE |
static int |
NORMAL_EXIT_CODE |
static int |
RUNTIME_UPDATE_EXIT_CODE |
| Constructor and Description |
|---|
Updater() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterUpdateRuntimeModules() |
protected void |
beforeUpdateRuntimeModules() |
protected void |
cleanFiles() |
int |
execute() |
static void |
main(String... args) |
protected void |
updateNoneRuntimeModule(UpdateModule updateModule) |
protected void |
updateNoneRuntimeModules() |
protected boolean |
updateRuntimeModule(UpdateModule updateModule) |
protected boolean |
updateRuntimeModules() |
public static final String APPLICATION_UPDATER_TITLE
public static final int NORMAL_EXIT_CODE
public static final int ERROR_EXIT_CODE
public static final int RUNTIME_UPDATE_EXIT_CODE
public static void main(String... args)
public int execute()
protected void beforeUpdateRuntimeModules()
throws IOException
IOExceptionprotected void afterUpdateRuntimeModules()
throws IOException
IOExceptionprotected void updateNoneRuntimeModules()
throws IOException
IOExceptionprotected boolean updateRuntimeModule(UpdateModule updateModule) throws IOException
IOExceptionprotected void updateNoneRuntimeModule(UpdateModule updateModule) throws IOException
IOExceptionprotected void cleanFiles()
throws IOException
IOExceptionCopyright © 2012–2015 Ifremer. All rights reserved.