Class FormcycleAppSetup
- java.lang.Object
-
- de.xima.fc.e2e.containerresources.setup.app.FormcycleAppSetup
-
public class FormcycleAppSetup extends Object
-
-
Constructor Summary
Constructors Constructor Description FormcycleAppSetup()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
installPlugin(ClassLoader loader, String path)
static void
installPlugin(String jarFileName, byte[] jarFileData)
static void
runUpdates()
static void
updateLicense(byte[] licenseData)
-
-
-
Method Detail
-
runUpdates
public static void runUpdates() throws de.xima.e2e.test_harness_selenium.common.interaction.FatalLifecycleListenerException
- Throws:
de.xima.e2e.test_harness_selenium.common.interaction.FatalLifecycleListenerException
-
updateLicense
public static void updateLicense(byte[] licenseData) throws de.xima.e2e.test_harness_selenium.common.interaction.FatalLifecycleListenerException
- Throws:
de.xima.e2e.test_harness_selenium.common.interaction.FatalLifecycleListenerException
-
installPlugin
public static void installPlugin(ClassLoader loader, String path) throws de.xima.e2e.test_harness_selenium.common.interaction.FatalLifecycleListenerException
- Throws:
de.xima.e2e.test_harness_selenium.common.interaction.FatalLifecycleListenerException
-
installPlugin
public static void installPlugin(String jarFileName, byte[] jarFileData) throws de.xima.e2e.test_harness_selenium.common.interaction.FatalLifecycleListenerException
- Throws:
de.xima.e2e.test_harness_selenium.common.interaction.FatalLifecycleListenerException
-
-