Package org.alfresco.repo.deployment
Class DeploymentMethodProviderImpl
java.lang.Object
org.alfresco.repo.deployment.DeploymentMethodProviderImpl
- All Implemented Interfaces:
DeploymentMethodProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the deployment method used to deploy this Alfresco instance.voidsetDeploymentMethod(DeploymentMethod deploymentMethod)
-
Constructor Details
-
DeploymentMethodProviderImpl
public DeploymentMethodProviderImpl()
-
-
Method Details
-
getDeploymentMethod
Description copied from interface:DeploymentMethodProviderGet the deployment method used to deploy this Alfresco instance. The value is configured via alfresco-global.properties or set via JAVA_OPTS- Specified by:
getDeploymentMethodin interfaceDeploymentMethodProvider- Returns:
- The deployment method.
-
setDeploymentMethod
-