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
()
| 223 | * requirements. |
| 224 | */ |
| 225 | public org.jdom.Document getMetadataXML() throws Exception { |
| 226 | return getCreoleXML(); |
| 227 | } |
| 228 | |
| 229 | public String getName() { |
| 230 | return name; |
no test coverage detected