XAR Module
Last modified by Vincent Massol on 2024/07/05 17:41
APIs to manipulate XAR packages |
Type | JAR |
Category | |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Bundled With | XWiki Standard |
Compatibility | Since 5.4 |
Table of contents
Description
Module dedicated to providing API to manipulate XAR files.
Script service
Getting the list of documents references in a package:
{{velocity}}
$services.xar.getXarPackage($xarFileOrInputStream, true).entries
{{/velocity}}
$services.xar.getXarPackage($xarFileOrInputStream, true).entries
{{/velocity}}