org.utgenome.shell
Class UTGBShell
java.lang.Object
org.utgenome.shell.UTGBShell
public class UTGBShell
- extends Object
A command line client entry point
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UTGBShell
public UTGBShell()
getSubCommandNameSet
public static Set<String> getSubCommandNameSet()
runCommand
public static void runCommand(String argLine)
throws Exception
- Run UTGB Shell commands
- Parameters:
args
-
- Throws:
Exception
runCommand
public static void runCommand(UTGBShell.UTGBShellOption opt,
String argLine)
throws Exception
- Throws:
Exception
runCommand
public static void runCommand(UTGBShell.UTGBShellOption opt,
String[] args)
throws Exception
- Throws:
Exception
runCommand
public static void runCommand(String[] args)
throws Exception
- Run UTGB Shell commands
- Parameters:
args
-
- Throws:
Exception
main
public static void main(String[] args)
- Run UTGB Shell command. This method will terminates JVM with return code -1 when some error is observed. Thus, to
invoke UTGB Shell command inside the Java program, use
runCommand(String[])
method, which does not
terminate the JVM.
- Parameters:
args
-
getProgramInfo
public static String getProgramInfo()
getVersion
public static String getVersion()
Copyright © 2007-2012 utgenome.org. All Rights Reserved.