edu.mayo.bsi.ngsportal
Class PortalTester
java.lang.Object
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
PortalTester
public PortalTester()
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()