|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleGenerator
Injects module metadata into a XML node (JDOM element).
ModuleGenerator instances must thread safe.
TODO: explain how developers can plugin their own implementations.
| Method Summary | |
|---|---|
void |
generate(Module module,
org.jdom.Element element)
Generates and injects module metadata into an XML node (JDOM element). |
java.util.Set |
getNamespaces()
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses. |
java.lang.String |
getNamespaceUri()
Returns the namespace URI this generator handles. |
| Method Detail |
|---|
java.lang.String getNamespaceUri()
java.util.Set getNamespaces()
void generate(Module module,
org.jdom.Element element)
module - the module to inject into the XML node (JDOM element).element - the XML node into which module meta-data will be injected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||