| Package | Description |
|---|---|
| org.wso2.esb.integration.common.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
MicroRegistryManager.addProperty(String filePath,
String sourcePath,
String propertyName,
String value)
Function to add resource to the Micro Registry
|
void |
MicroRegistryManager.addResource(String resourcePath,
String sourcePath)
Function to add resource to the Micro Registry
|
String |
MicroRegistryManager.getProperty(String collectionPath,
String resourceName,
String propertyName)
Function to update existing property from the Micro Registry
|
void |
MicroRegistryManager.restoreOriginalResources()
Function to restore backed up resources by this utility
|
void |
MicroRegistryManager.updateProperty(String collectionPath,
String resourceName,
String propertyName,
String value,
boolean backupOriginal)
Function to update existing property from the Micro Registry
|
void |
MicroRegistryManager.updateResource(String resourcePath,
String sourcePath,
boolean backupOriginal)
Function to update existing resource from the Micro Registry
|
Copyright © 2019 WSO2. All rights reserved.