org.globus.cog.gridshell.getopt.interfaces
Interface ArgParser

All Known Implementing Classes:
ArgParserImpl

public interface ArgParser

The goal of an ArgParser is to take an input and then set all the correct values of getOpt associated with the parser


Method Summary
 void parse(GetOpt getopt, String commandLine)
          Parses a command line input into the getGetOpt()
 

Method Detail

parse

public void parse(GetOpt getopt,
                  String commandLine)
Parses a command line input into the getGetOpt()

Parameters:
commandLine - - the value entered at the commandline to parse