public abstract class BoxDeployerFactory<R extends BoxDeployer,T extends AbstractBoxDeploymentContext> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static EnumMap<DeploymentType,BoxDeployerFactory> |
deploymentTypeMap |
| Constructor and Description |
|---|
BoxDeployerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <R extends BoxDeployer,T extends AbstractBoxDeploymentContext> |
createBoxDeployer(T context) |
abstract R |
createDeployer(T context) |
protected static EnumMap<DeploymentType,BoxDeployerFactory> deploymentTypeMap
public static <R extends BoxDeployer,T extends AbstractBoxDeploymentContext> R createBoxDeployer(T context) throws ServiceException
ServiceExceptionCopyright © 2016–2019. All rights reserved.