public class ModuleInfoParser
extends java.lang.Object
ModuleInfo
object that contains jar and class info for an
external module.Constructor and Description |
---|
ModuleInfoParser()
Create a new instance of ModuleInfoParser
|
Modifier and Type | Method and Description |
---|---|
ModuleInfo |
parse(org.licas_xml.abs.Element toParse)
Parse the XML element back into the appropriate Object.
|
org.licas_xml.abs.Element |
serialize(ModuleInfo moduleInfo)
Serialize the object into an XML element.
|
public ModuleInfoParser()
public org.licas_xml.abs.Element serialize(ModuleInfo moduleInfo) throws java.lang.Exception
moduleInfo
- the module information.java.lang.Exception
- any error.public ModuleInfo parse(org.licas_xml.abs.Element toParse) throws java.lang.Exception
toParse
- the element to parse.java.lang.Exception
- any error.