org.LexGrid.LexBIG.admin
Class ListSchemes
java.lang.Object
org.LexGrid.LexBIG.admin.ListSchemes
public class ListSchemes
- extends java.lang.Object
List all currently registered vocabularies.
Example: java org.LexGrid.LexBIG.admin.ListSchemes
-b,--brief List only coding scheme name, version, urn, and tags (default).
-f,--full List full detail for each scheme.
Example: java -Xmx512m -cp lgRuntime.jar
org.LexGrid.LexBIG.admin.ListSchemes
- Author:
- Thomas Johnson
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
run(java.lang.String[] args)
Primary entry point for the program. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListSchemes
public ListSchemes()
main
public static void main(java.lang.String[] args)
run
public void run(java.lang.String[] args)
throws java.lang.Exception
- Primary entry point for the program.
- Throws:
java.lang.Exception