edu.mayo.bsi.ngsportal
Class PortalTester

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

public class PortalTester
extends Object
implements Usage

Class used to test features as they get added to NGSPortalService. Commands are parsed from left to right, each command takes all the parameters it wants until there are none left. Lists are terminated by an empty string (""), that will NOT be added to the end of the list, and will not be used as the next parameter

@author Gregory Dougherty


Constructor Summary
PortalTester()
           
 
Method Summary
static void main(String[] args)
           
 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

PortalTester

public PortalTester()
Method Detail

main

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

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
See Also:
Usage.name()