- Upgrade - Class in org.cloudcoder.daemon
-
Upgrade a single-jarfile executable to the latest version,
copying any needed configuration files into the new jarfile.
- Upgrade(String, String, Class<?>) - Constructor for class org.cloudcoder.daemon.Upgrade
-
Constructor.
- Upgrade.Callback - Interface in org.cloudcoder.daemon
-
Callback interface for upgrade events.
- upgradeJarFile(Upgrade.Callback) - Method in class org.cloudcoder.daemon.Upgrade
-
Get a jarfile that is the latest version of the application,
copying over all required configuration files to the upgraded jar file.
- upgradeNeeded(String) - Method in class org.cloudcoder.daemon.DefaultUpgradeCallback
-
- upgradeNeeded(String) - Method in interface org.cloudcoder.daemon.Upgrade.Callback
-
Called if an upgrade is needed and downloading/configuring the latest
version of the jar file is about to proceed.
- Util - Class in org.cloudcoder.daemon
-
Utility methods.
- Util() - Constructor for class org.cloudcoder.daemon.Util
-