public class DeployManagerUtil
extends Object
Constructor and Description |
---|
DeployManagerUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
deploy(AutoDeploymentContext autoDeploymentContext) |
static String |
getDeployDir() |
static DeployManager |
getDeployManager() |
static String |
getInstalledDir() |
static PluginPackage |
getInstalledPluginPackage(String context) |
static List<PluginPackage> |
getInstalledPluginPackages() |
static List<String[]> |
getLevelsRequiredDeploymentContexts() |
static List<String[]> |
getLevelsRequiredDeploymentWARFileNames() |
static boolean |
isDeployed(String context) |
static boolean |
isRequiredDeploymentContext(String context) |
static PluginPackage |
readPluginPackageProperties(String displayName,
Properties properties) |
static PluginPackage |
readPluginPackageXml(String xml) |
static void |
redeploy(String context) |
static void |
reset() |
void |
setDeployManager(DeployManager deployManager) |
static void |
undeploy(String context) |
public static void deploy(AutoDeploymentContext autoDeploymentContext) throws Exception
Exception
public static String getDeployDir() throws Exception
Exception
public static DeployManager getDeployManager()
public static String getInstalledDir() throws Exception
Exception
public static PluginPackage getInstalledPluginPackage(String context)
public static List<PluginPackage> getInstalledPluginPackages()
public static List<String[]> getLevelsRequiredDeploymentContexts()
public static List<String[]> getLevelsRequiredDeploymentWARFileNames()
public static boolean isDeployed(String context)
public static boolean isRequiredDeploymentContext(String context)
public static PluginPackage readPluginPackageProperties(String displayName, Properties properties)
public static PluginPackage readPluginPackageXml(String xml) throws Exception
Exception
public static void redeploy(String context) throws Exception
Exception
public static void reset()
public static void undeploy(String context) throws Exception
Exception
public void setDeployManager(DeployManager deployManager)