|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.man.bioinf.module.Module | +--uk.ac.man.bioinf.apps.xml.XMLModule | +--uk.ac.man.bioinf.apps.cinema.CinemaModule | +--uk.ac.man.bioinf.apps.cinema.io.CinemaCommandLineParser
CinemaCommandLineParser.java This module is responsible for parsing the command line to Cinema and invoking what ever actions are necessary.
(PENDING: JNS) 28-11-00 currently this is all hard coded and will need to be altered and recompiled each time the command line options are changed.
Created: Mon Nov 27 17:36:39 2000
Constructor Summary | |
CinemaCommandLineParser()
|
Method Summary | |
String |
getVersion()
Returns the version of this module. |
void |
load()
The method called for the load of this module. |
void |
openFile(String filename,
String parser)
Opens a declared file in Cinema. |
void |
start()
The method called externally to initiate the modules function. |
Methods inherited from class uk.ac.man.bioinf.apps.xml.XMLModule |
getConfigProperties, getConfigTree |
Methods inherited from class uk.ac.man.bioinf.module.Module |
addPropertyChangeListener, addPropertyChangeListener, finalize, firePropertyChange, firePropertyChange, firePropertyChange, getContext, getIdentifier, getRequiredModule, getRequiredModules, hasListeners, isDestroyed, isStarted, removePropertyChangeListener, removePropertyChangeListener, runStart, setContext |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CinemaCommandLineParser()
Method Detail |
public void load() throws ModuleException
Module
load
in class Module
ModuleException
public void start()
Module
start
in class Module
public void openFile(String filename, String parser)
filename
- the filenameparser
- the parser to usepublic String getVersion()
Module
getVersion
in class Module
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |