biz.junginger.modules.core
Class ModulesXmlParser
java.lang.Object
biz.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModulesXmlParser
public ModulesXmlParser(java.lang.String filename)
throws java.lang.Exception
ModulesXmlParser
public ModulesXmlParser(org.w3c.dom.Document doc)
throws java.lang.Exception
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: