Registry / config / org-wso2-carbon-config

org-wso2-carbon-config

JSON →
library2.1.16javamavenunverified

Configuration management library for WSO2 Carbon, responsible for creating and manipulating configurations.

<dependency> <groupId>org.wso2.carbon.config</groupId> <artifactId>org.wso2.carbon.config</artifactId> <version>2.1.16</version> </dependency>
INSTALL
IMPORT
SIG · ORG-WSO2-CARBON-CO
O
org-wso2-carbon-config
configjavav2.1.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigurationManager
✓ org.wso2.carbon.config.ConfigurationManager

Retrieves a configuration value using the ConfigurationManager.

import org.wso2.carbon.config.ConfigurationManager; import org.wso2.carbon.config.provider.ConfigProvider; public class Example { public static void main(String[] args) throws Exception { ConfigProvider provider = ConfigurationManager.getConfigProvider(); String value = provider.getConfiguration("myKey"); System.out.println("Config value: " + value); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
org-wso2-carbon-config — mvn dependency:get org-wso2-carbon-config · libregistry