MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getMetadataXML

Method getMetadataXML

src/main/java/gate/creole/Plugin.java:225–227  ·  view source on GitHub ↗

Returns a creole.xml file which is only guaranteed to contain information about the resources within the plugin and not dependency requirements. @return a creole.xml file which is only guaranteed to contain information about the resources within the plugin and not dependency require

()

Source from the content-addressed store, hash-verified

223 * requirements.
224 */
225 public org.jdom.Document getMetadataXML() throws Exception {
226 return getCreoleXML();
227 }
228
229 public String getName() {
230 return name;

Callers 1

parseCreoleMethod · 0.95

Calls 1

getCreoleXMLMethod · 0.95

Tested by

no test coverage detected