public interface DeployManager
Modifier and Type | Method and Description |
---|---|
void |
deploy(AutoDeploymentContext autoDeploymentContext) |
String |
getDeployDir() |
String |
getInstalledDir() |
PluginPackage |
getInstalledPluginPackage(String context) |
List<PluginPackage> |
getInstalledPluginPackages() |
List<String[]> |
getLevelsRequiredDeploymentContexts() |
List<String[]> |
getLevelsRequiredDeploymentWARFileNames() |
boolean |
isDeployed(String context) |
boolean |
isRequiredDeploymentContext(String context) |
PluginPackage |
readPluginPackageProperties(String displayName,
Properties properties) |
PluginPackage |
readPluginPackageXml(String xml) |
void |
redeploy(String context) |
void |
undeploy(String context) |
void deploy(AutoDeploymentContext autoDeploymentContext) throws Exception
Exception
String getDeployDir() throws Exception
Exception
String getInstalledDir() throws Exception
Exception
PluginPackage getInstalledPluginPackage(String context)
List<PluginPackage> getInstalledPluginPackages()
List<String[]> getLevelsRequiredDeploymentContexts()
List<String[]> getLevelsRequiredDeploymentWARFileNames()
boolean isDeployed(String context)
boolean isRequiredDeploymentContext(String context)
PluginPackage readPluginPackageProperties(String displayName, Properties properties)
PluginPackage readPluginPackageXml(String xml) throws Exception
Exception
void redeploy(String context) throws Exception
Exception
void undeploy(String context) throws Exception
Exception