Uses of Class
lumis.portal.deployment.exception.IllegalModuleArchiveException
-
Packages that use IllegalModuleArchiveException Package Description lumis.portal.deployment Provides the API for LumisXP module deployment. -
-
Uses of IllegalModuleArchiveException in lumis.portal.deployment
Methods in lumis.portal.deployment that throw IllegalModuleArchiveException Modifier and Type Method Description IDeploymentExecutionPlan
DeploymentManager. createModuleDeploymentProcess(InputStream moduleArchive, boolean reprocessAllComponents)
IDeploymentExecutionPlan
IDeploymentManager. createModuleDeploymentProcess(InputStream moduleArchive, boolean reprocessAllComponents)
Creates adeployment execution plan
for deploying the given module.ModuleType
DeploymentManager. detectModuleType(InputStream moduleArchive)
ModuleType
IDeploymentManager. detectModuleType(InputStream moduleArchive)
Detects the module type of an archive, based on its contents.
-