public class InstallAfterRestart extends Object
Because the Vindoz OS locks all the jar files loaded by the JVM, we can not do proper installation. So installation is delayed until next restart where installation is done before nuxeo starts (and loads the jars).
Modifier and Type | Field and Description |
---|---|
static String |
FAKE_VIDOZ |
static String |
FILE_NAME |
Constructor and Description |
---|
InstallAfterRestart() |
Modifier and Type | Method and Description |
---|---|
static void |
addPackageForInstallation(String pkgId) |
static void |
addPackageForUnInstallation(String pkgId) |
static boolean |
isMarkedForInstallAfterRestart(String pkgId) |
static boolean |
isNeededForPackage(org.nuxeo.connect.update.Package pkg) |
public static final String FILE_NAME
public static final String FAKE_VIDOZ
public static boolean isNeededForPackage(org.nuxeo.connect.update.Package pkg)
public static void addPackageForInstallation(String pkgId)
public static void addPackageForUnInstallation(String pkgId)
public static boolean isMarkedForInstallAfterRestart(String pkgId)
Copyright © 2011 Nuxeo SA. All Rights Reserved.