org.datamanager.tools
Class InformationParser

java.lang.Object
  |
  +--org.datamanager.tools.InformationParser

public class InformationParser
extends Object

Parses the knownspace_config.xml file to gather the information necessary for creating a Simpleton.Information object.


Constructor Summary
InformationParser()
           
 
Method Summary
static Simpleton.Information parseInformation(Node informationNode)
           
protected static String[] parseInformationAuthorList(Node node)
           
protected static String parseInformationAuthorListAuthor(Node node)
           
protected static String parseInformationClass(Node node)
           
protected static String parseInformationClassLocation(Node node)
           
protected static String parseInformationLongDescription(Node node)
           
protected static String parseInformationName(Node node)
           
protected static String parseInformationShortDescription(Node node)
           
protected static String parseInformationVersion(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationParser

public InformationParser()
Method Detail

parseInformation

public static Simpleton.Information parseInformation(Node informationNode)

parseInformationClass

protected static String parseInformationClass(Node node)

parseInformationName

protected static String parseInformationName(Node node)

parseInformationShortDescription

protected static String parseInformationShortDescription(Node node)

parseInformationLongDescription

protected static String parseInformationLongDescription(Node node)

parseInformationVersion

protected static String parseInformationVersion(Node node)

parseInformationAuthorList

protected static String[] parseInformationAuthorList(Node node)

parseInformationAuthorListAuthor

protected static String parseInformationAuthorListAuthor(Node node)

parseInformationClassLocation

protected static String parseInformationClassLocation(Node node)


See the Helium Website