Interface PubServerDeploymentManagerRemote
-
- All Superinterfaces:
PluginControl
- All Known Subinterfaces:
PubServerDeploymentManagerLocal
public interface PubServerDeploymentManagerRemote extends PluginControl
Remote interface for the pubserver deployment manager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>execPackaging(java.lang.String folderName, java.lang.String configFilename)-
Methods inherited from interface com.priint.pubserver.plugin.interfaces.PluginControl
afterCreateConfigurations, afterDeleteConfigurations, afterUpdateConfigurations, createConfiguration, deleteConfigurations, initInstance, loadServerConfig, ping, updateConfigurations, validateConfigurations
-
-
-
-
Method Detail
-
execPackaging
java.util.List<java.lang.String> execPackaging(java.lang.String folderName, java.lang.String configFilename) throws DeploymentManagerException- Parameters:
folderName- folder inside PubServerDeploymentManager plugin folderconfigFilename- filename of the setup file- Returns:
- list of warnings
- Throws:
DeploymentManagerException
-
-