uk.ac.man.bioinf.apps.xml
Class XMLModule

java.lang.Object
  |
  +--uk.ac.man.bioinf.module.Module
        |
        +--uk.ac.man.bioinf.apps.xml.XMLModule
Direct Known Subclasses:
CinemaModule

public abstract class XMLModule
extends Module

XMLModule.java This class provides configuration information specific to the XMLModules. Currently there are two forms of configuration information. The first is a properties file, whilst the second is tree structure. These are independent and either or neither of these can be present. Created: Mon May 15 22:06:23 2000

Version:
$Id: XMLModule.java,v 1.3 2001/04/11 17:04:42 lord Exp $
Author:
Phillip Lord

Constructor Summary
XMLModule()
           
 
Method Summary
 Properties getConfigProperties()
           
 ConfigNode getConfigTree()
           
 
Methods inherited from class uk.ac.man.bioinf.module.Module
addPropertyChangeListener, addPropertyChangeListener, destroy, finalize, firePropertyChange, firePropertyChange, firePropertyChange, getContext, getIdentifier, getRequiredIdentifiers, getRequiredModule, getRequiredModules, getVersion, hasListeners, isDestroyed, isStarted, load, removePropertyChangeListener, removePropertyChangeListener, runStart, setContext, start
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLModule

public XMLModule()
Method Detail

getConfigProperties

public Properties getConfigProperties()

getConfigTree

public ConfigNode getConfigTree()