public abstract class AbstractAutoDeploymentStrategy extends Object implements AutoDeploymentStrategy
AutoDeploymentStrategy.| Constructor and Description |
|---|
AbstractAutoDeploymentStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
determineResourceName(org.springframework.core.io.Resource resource)
Determines the name to be used for the provided resource.
|
protected abstract String |
getDeploymentMode()
Gets the deployment mode this strategy handles.
|
boolean |
handlesMode(String mode)
Determines whether the strategy handles deployments for the provided
deployment mode.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeployResourcesprotected abstract String getDeploymentMode()
public boolean handlesMode(String mode)
AutoDeploymentStrategyhandlesMode in interface AutoDeploymentStrategymode - the mode to determine handling forprotected String determineResourceName(org.springframework.core.io.Resource resource)
resource - the resource to get the name forCopyright © 2016 Alfresco. All rights reserved.