META-INF.jqassistant-plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphml Show documentation
Show all versions of graphml Show documentation
Plugin for jQAssistant to be able to generate
GraphML diagrams.
<jqassistant-plugin xmlns="http://schema.jqassistant.org/plugin/v1.10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schema.jqassistant.org/plugin/v1.10 https://schema.jqassistant.org/plugin/jqassistant-plugin-v1.10.xsd" name="jQAssistant GraphML Plugin" id="jqa.plugin.graphml"> <description>Provides a report plugin for generating GraphML files from the results of concepts.</description> <report> <class id="graphml">com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin</class> </report> </jqassistant-plugin>