Class PluginDeployHelper
- java.lang.Object
-
- de.xima.fc.e2e.containerresources.setup.app.PluginDeployHelper
-
public class PluginDeployHelper extends Object
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description PluginDeployHelper(String jarFileName, byte[] jarFileData, Mandant client)
Creates a new helper for deploying a plugin to FORMCYCLE.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deploy(IEntityContext ec)
Deploys the plugin, either installing or updating it.
-
-
-
Method Detail
-
deploy
public void deploy(IEntityContext ec) throws Exception
Deploys the plugin, either installing or updating it.- Parameters:
ec
- An entity context for accessing the database.- Throws:
Exception
- When the plugin could not be deployed, such as when the JAR file is invalid.
-
-