Uses of Class
org.alfresco.repo.deployment.DeploymentMethod
-
Packages that use DeploymentMethod Package Description org.alfresco.repo.deployment -
-
Uses of DeploymentMethod in org.alfresco.repo.deployment
Methods in org.alfresco.repo.deployment that return DeploymentMethod Modifier and Type Method Description DeploymentMethodDeploymentMethodProvider. getDeploymentMethod()Get the deployment method used to deploy this Alfresco instance.DeploymentMethodDeploymentMethodProviderImpl. getDeploymentMethod()static DeploymentMethodDeploymentMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeploymentMethod[]DeploymentMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.deployment with parameters of type DeploymentMethod Modifier and Type Method Description voidDeploymentMethodProviderImpl. setDeploymentMethod(DeploymentMethod deploymentMethod)
-