Package org.alfresco.repo.deployment
Interface DeploymentMethodProvider
- All Known Implementing Classes:
DeploymentMethodProviderImpl
public interface DeploymentMethodProvider
-
Method Summary
Modifier and TypeMethodDescriptionGet the deployment method used to deploy this Alfresco instance.
-
Method Details
-
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.
-