[
https://issues.apache.org/jira/browse/OAK-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339274#comment-15339274
]
Chetan Mehrotra commented on OAK-4476:
--------------------------------------
To parse the config file we would need to use
[ConfigurationHandler|https://github.com/apache/felix/blob/trunk/configadmin/src/main/java/org/apache/felix/cm/file/ConfigurationHandler.java]
from Felix ConfigAdmin.
{code:xml}
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<version>1.8.8</version>
</dependency>
{code}
Then you can use {{ConfigurationHandler.read(inputStream)}} (returns
Dictionary) to get config values
> Option to download all ids available in the datastore in oak-run
> ----------------------------------------------------------------
>
> Key: OAK-4476
> URL: https://issues.apache.org/jira/browse/OAK-4476
> Project: Jackrabbit Oak
> Issue Type: New Feature
> Components: run
> Reporter: Amit Jain
> Assignee: Amit Jain
> Labels: candidate_oak_1_2, candidate_oak_1_4
>
> Add an option to dump all blob ids available in the datastore in oak-run.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)