biz.junginger.modules.core
Class ModulesXmlParser

java.lang.Object
  extended bybiz.junginger.modules.core.ModulesXmlParser

public class ModulesXmlParser
extends java.lang.Object

Parses the XML descriptor and creates meta data objects. Subject to the MyModules Software Licence (based on the Apache Software License). Copyright (c) 2003 Markus Oliver Junginger. All rights reserved. http://www.junginger.biz

Version:
$Id: $
Author:
Markus Oliver Junginger

Constructor Summary
ModulesXmlParser(org.w3c.dom.Document doc)
           
ModulesXmlParser(java.lang.String filename)
           
 
Method Summary
 java.lang.String getFirstModule()
           
 java.util.List getModuleMetaDataList()
           
 boolean isMultithreaded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModulesXmlParser

public ModulesXmlParser(java.lang.String filename)
                 throws java.lang.Exception

ModulesXmlParser

public ModulesXmlParser(org.w3c.dom.Document doc)
                 throws java.lang.Exception
Method Detail

getFirstModule

public java.lang.String getFirstModule()
Returns:
The module that the user wants to be the first fully initialized module (dependecies must be considered).

isMultithreaded

public boolean isMultithreaded()
Returns:

getModuleMetaDataList

public java.util.List getModuleMetaDataList()
Returns: