public class DefaultAutoDeploymentStrategy extends AbstractContentAutoDeploymentStrategy
Modifier and Type | Field and Description |
---|---|
static String |
DEPLOYMENT_MODE
The deployment mode this strategy handles.
|
deploymentProperties, logger
Constructor and Description |
---|
DefaultAutoDeploymentStrategy() |
DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
ContentEngine engine) |
protected String |
getDeploymentMode() |
addResource, addResource, getLockManager
deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
public static final String DEPLOYMENT_MODE
public DefaultAutoDeploymentStrategy()
public DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
protected String getDeploymentMode()
getDeploymentMode
in class CommonAutoDeploymentStrategy<ContentEngine>
protected void deployResourcesInternal(String deploymentNameHint, Resource[] resources, ContentEngine engine)
deployResourcesInternal
in class CommonAutoDeploymentStrategy<ContentEngine>