Uses of Class
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizer
Packages that use DeploymentSynchronizer
Package
Description
-
Uses of DeploymentSynchronizer in org.wso2.carbon.deployment.synchronizer
Methods in org.wso2.carbon.deployment.synchronizer that return DeploymentSynchronizerModifier and TypeMethodDescriptionDeploymentSynchronizationManager.createSynchronizer(int tenantId, ArtifactRepository artifactRepository, String filePath) Creates a new DeploymentSynchronizer instance using the provided parameters.DeploymentSynchronizationManager.deleteSynchronizer(int tenantId) DeploymentSynchronizationManager.deleteSynchronizer(String filePath) Deletes the DeploymentSynchronizer for the specified file path.DeploymentSynchronizationManager.getSynchronizer(int tenantId) DeploymentSynchronizationManager.getSynchronizer(String filePath) Methods in org.wso2.carbon.deployment.synchronizer that return types with arguments of type DeploymentSynchronizer -
Uses of DeploymentSynchronizer in org.wso2.carbon.deployment.synchronizer.repository
Methods in org.wso2.carbon.deployment.synchronizer.repository that return DeploymentSynchronizerModifier and TypeMethodDescriptionstatic DeploymentSynchronizerCarbonRepositoryUtils.newCarbonRepositorySynchronizer(int tenantId) Create and initialize a new DeploymentSynchronizer for the Carbon repository of the specified tenant.