Package | Description |
---|---|
org.wso2.carbon.deployment.synchronizer | |
org.wso2.carbon.deployment.synchronizer.repository |
Modifier and Type | Method and Description |
---|---|
DeploymentSynchronizer |
DeploymentSynchronizationManager.createSynchronizer(int tenantId,
ArtifactRepository artifactRepository,
String filePath)
Creates a new DeploymentSynchronizer instance using the provided parameters.
|
DeploymentSynchronizer |
DeploymentSynchronizationManager.deleteSynchronizer(int tenantId) |
DeploymentSynchronizer |
DeploymentSynchronizationManager.deleteSynchronizer(String filePath)
Deletes the DeploymentSynchronizer for the specified file path.
|
DeploymentSynchronizer |
DeploymentSynchronizationManager.getSynchronizer(int tenantId) |
DeploymentSynchronizer |
DeploymentSynchronizationManager.getSynchronizer(String filePath) |
Modifier and Type | Method and Description |
---|---|
Map<String,DeploymentSynchronizer> |
DeploymentSynchronizationManager.getSynchronizers() |
Modifier and Type | Method and Description |
---|---|
static DeploymentSynchronizer |
CarbonRepositoryUtils.newCarbonRepositorySynchronizer(int tenantId)
Create and initialize a new DeploymentSynchronizer for the Carbon repository of the
specified tenant.
|
Copyright © 2022 WSO2. All rights reserved.