org.utgenome.shell
Class UTGBShell

java.lang.Object
  extended by org.utgenome.shell.UTGBShell

public class UTGBShell
extends java.lang.Object

A command line client entry point

Author:
leo

Nested Class Summary
static class UTGBShell.UTGBShellOption
           
 
Field Summary
static java.util.TreeMap<java.lang.String,UTGBShellSubCommand> subCommandTable
           
 
Constructor Summary
UTGBShell()
           
 
Method Summary
static java.lang.String getProgramInfo()
           
static java.lang.String getRevision()
           
static java.lang.String getVersion()
           
static void main(java.lang.String[] args)
           
static void searchSubCommands()
          search sub commands from the this package (org.utgenome.shell)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subCommandTable

public static java.util.TreeMap<java.lang.String,UTGBShellSubCommand> subCommandTable
Constructor Detail

UTGBShell

public UTGBShell()
Method Detail

searchSubCommands

public static void searchSubCommands()
search sub commands from the this package (org.utgenome.shell)


main

public static void main(java.lang.String[] args)

getProgramInfo

public static java.lang.String getProgramInfo()

getRevision

public static java.lang.String getRevision()

getVersion

public static java.lang.String getVersion()


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.