|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeploymentSynchronizer | |
|---|---|
| org.wso2.carbon.deployment.synchronizer.internal | |
| org.wso2.carbon.deployment.synchronizer.repository | |
| Uses of DeploymentSynchronizer in org.wso2.carbon.deployment.synchronizer.internal |
|---|
| Methods in org.wso2.carbon.deployment.synchronizer.internal that return DeploymentSynchronizer | |
|---|---|
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)
|
| Methods in org.wso2.carbon.deployment.synchronizer.internal that return types with arguments of type DeploymentSynchronizer | |
|---|---|
Map<String,DeploymentSynchronizer> |
DeploymentSynchronizationManager.getSynchronizers()
|
| Uses of DeploymentSynchronizer in org.wso2.carbon.deployment.synchronizer.repository |
|---|
| Methods in org.wso2.carbon.deployment.synchronizer.repository that return DeploymentSynchronizer | |
|---|---|
static DeploymentSynchronizer |
CarbonRepositoryUtils.newCarbonRepositorySynchronizer(int tenantId)
Create and initialize a new DeploymentSynchronizer for the Carbon repository of the specified tenant. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||