edu.mayo.bsi.ngsportal
Class AddSecondaryAnalysis

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

public class AddSecondaryAnalysis
extends Object
implements Usage

Class for app that adds secondary analysis via an HTTP call to the servlet

@author Gregory Dougherty


Constructor Summary
AddSecondaryAnalysis()
           
 
Method Summary
static void main(String[] args)
          Parse the arguments in order to add secondary analysis status information to the database
 String name()
          Return the name of the application
 String usage()
          Writes Usage information to a String
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddSecondaryAnalysis

public AddSecondaryAnalysis()
Method Detail

main

public static final void main(String[] args)
Parse the arguments in order to add secondary analysis status information to the database

Parameters:
args - Arguments to parse. Specified by usage()

usage

public String usage()
Writes Usage information to a String

Specified by:
usage in interface Usage
Returns:
How to use this app
See Also:
Usage.usage()

name

public String name()
Return the name of the application

Specified by:
name in interface Usage
Returns:
Name of the application, for use in error / usage reporting
See Also:
Usage.name()