Package org.alfresco.repo.deployment
Interface DeploymentMethodProvider
-
- All Known Implementing Classes:
DeploymentMethodProviderImpl
public interface DeploymentMethodProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentMethodgetDeploymentMethod()Get the deployment method used to deploy this Alfresco instance.
-
-
-
Method Detail
-
getDeploymentMethod
DeploymentMethod getDeploymentMethod()
Get the deployment method used to deploy this Alfresco instance. The value is configured via alfresco-global.properties or set via JAVA_OPTS- Returns:
- The deployment method.
-
-