Uses of Class
iglu.util.CommandLineParser

Packages that use CommandLineParser
iglu.jdbc Utility classes to make JDBC access easier. 
 

Uses of CommandLineParser in iglu.jdbc
 

Methods in iglu.jdbc with parameters of type CommandLineParser
private static void Login.sortOutArgs(CommandLineParser clp)
          assume that everything is null, then fill in what is given on the command line
static java.sql.Connection Login.doLogin(CommandLineParser clp, boolean showDialog, java.lang.String welcomeString)
           
static java.sql.Connection Login.doTextLogin(CommandLineParser clp, boolean showDialog, java.lang.String welcomeString)