info.bioinfweb.treegraph.cmd
Class CmdProcessor

java.lang.Object
  extended by info.bioinfweb.treegraph.cmd.CmdProcessor

public class CmdProcessor
extends java.lang.Object


Field Summary
static java.lang.String CONVERT_OPTION
           
static java.lang.String IMAGE_OPTION
           
private  java.io.File initialFile
           
static java.lang.String VERSION_OPTION
           
 
Constructor Summary
CmdProcessor()
           
 
Method Summary
 java.io.File getInitialFile()
           
 void process(info.webinsel.util.CommandLineReader reader)
           
private  void startUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_OPTION

public static final java.lang.String VERSION_OPTION
See Also:
Constant Field Values

CONVERT_OPTION

public static final java.lang.String CONVERT_OPTION
See Also:
Constant Field Values

IMAGE_OPTION

public static final java.lang.String IMAGE_OPTION
See Also:
Constant Field Values

initialFile

private java.io.File initialFile
Constructor Detail

CmdProcessor

public CmdProcessor()
Method Detail

getInitialFile

public java.io.File getInitialFile()

startUI

private void startUI()

process

public void process(info.webinsel.util.CommandLineReader reader)