public class DefaultAutoDeploymentStrategy extends AbstractAutoDeploymentStrategy
AutoDeploymentStrategy that performs a separate deployment for each resource by name.| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT_MODE
The deployment mode this strategy handles.
|
| Constructor and Description |
|---|
DefaultAutoDeploymentStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
deployResources(org.springframework.core.io.Resource[] resources,
org.flowable.app.api.AppRepositoryService repositoryService)
Performs deployment for the provided resources, using the provided name as a hint and the provided
AppRepositoryService to perform deployment(s). |
protected String |
getDeploymentMode()
Gets the deployment mode this strategy handles.
|
determineResourceName, handlesModepublic static final String DEPLOYMENT_MODE
protected String getDeploymentMode()
AbstractAutoDeploymentStrategygetDeploymentMode in class AbstractAutoDeploymentStrategypublic void deployResources(org.springframework.core.io.Resource[] resources,
org.flowable.app.api.AppRepositoryService repositoryService)
AutoDeploymentStrategyAppRepositoryService to perform deployment(s).resources - the resources to be deployedrepositoryService - the repository service to use for deployment(s)Copyright © 2019 Flowable. All rights reserved.