edu.mayo.bsi.ngsportal.server
Class BatchRun

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.server.BatchRun
All Implemented Interfaces:
Usage

public class BatchRun
extends Object
implements Usage

@author Gregory Dougherty

Version:
$Revision: 1.0 $
Author:
m082166

Constructor Summary
BatchRun()
           
 
Method Summary
static void main(String[] args)
           
 String name()
          Method name.
 String usage()
          Method usage.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchRun

public BatchRun()
Method Detail

main

public static void main(String[] args)
Parameters:
args -

usage

public String usage()
Method usage.

Specified by:
usage in interface Usage
Returns:
String
See Also:
Usage.usage()

name

public String name()
Method name.

Specified by:
name in interface Usage
Returns:
String
See Also:
Usage.name()