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
ExceptionString getDeployDir()
throws Exception
ExceptionString getInstalledDir()
throws Exception
ExceptionPluginPackage 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
Exceptionvoid redeploy(String context)
throws Exception
Exceptionvoid undeploy(String context)
throws Exception
Exception