commit | 60b907ee5a4956573bcda1508329c9b381d0fe72 | [log] [tgz] |
---|---|---|
author | Stefan Seifert <stefanseifert@users.noreply.github.com> | Tue Apr 09 11:09:00 2024 +0200 |
committer | Stefan Seifert <stefanseifert@users.noreply.github.com> | Tue Apr 09 11:09:00 2024 +0200 |
tree | 86e173ebd47ca26f1d4dd30b4d69ff08961180ad | |
parent | 3b87b0e718eacdce1197bdb4f07e8160d0ec68b1 [diff] |
SLING-12281 ignore spotless code reformatting commit in git blame
This module is part of the Apache Sling project.
The Apache Sling Content Parser for Jackrabbit FileVault XML provides support for parsing XML files into Apache Sling resource trees, by implementing the API provided by the org.apache.sling.contentparser.api
bundle.
To obtain a reference to the Jackrabbit FileVault XML content parser just filter on the ContentParser.SERVICE_PROPERTY_CONTENT_TYPE
service registration property:
@Reference(target = "(" + ContentParser.SERVICE_PROPERTY_CONTENT_TYPE + "=jcr-xml)") private ContentParser jcrXmlParser;