edu.mayo.bsi.ngsportal
Class CreateSecondaryProject

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

public class CreateSecondaryProject
extends Object
implements Usage

Class for app that creates a secondary analysis project via an HTTP call to the servlet

@author Gregory Dougherty


Constructor Summary
CreateSecondaryProject()
           
 
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

CreateSecondaryProject

public CreateSecondaryProject()
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()