Class PluginDeployHelper


  • public class PluginDeployHelper
    extends Object
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • PluginDeployHelper

        public PluginDeployHelper​(String jarFileName,
                                  byte[] jarFileData,
                                  Mandant client)
        Creates a new helper for deploying a plugin to FORMCYCLE.
    • 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.