Uses of Class
lumis.portal.deployment.exception.IllegalPackageArchiveException
-
Packages that use IllegalPackageArchiveException Package Description lumis.portal.deployment Provides the API for LumisXP module deployment. -
-
Uses of IllegalPackageArchiveException in lumis.portal.deployment
Methods in lumis.portal.deployment that throw IllegalPackageArchiveException Modifier and Type Method Description IDeploymentExecutionPlan
DeploymentManager. createPackageDeploymentProcess(File packageArchive, boolean reprocessAllComponents)
IDeploymentExecutionPlan
DeploymentManager. createPackageDeploymentProcess(File packageArchive, boolean reprocessAllComponents, boolean syncStructure)
IDeploymentExecutionPlan
IDeploymentManager. createPackageDeploymentProcess(File packageArchive, boolean reprocessAllComponents)
Creates adeployment execution plan
for deploying the given package.IDeploymentExecutionPlan
IDeploymentManagerSPI. createPackageDeploymentProcess(File packageArchive, boolean reprocessAllComponents, boolean syncStructure)
Creates adeployment execution plan
for deploying the given package.
-