public static class UserSql.Circular extends CommandLineParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static String |
DEFPROPOSALIDFIELD |
private static String |
DEFPROPOSALPIFIELD |
private static String |
ONESWITCH
The switches for adding properties.
|
private static Map<String,String> |
USE
Detailed use of switches.
|
private static String |
ZEROSWITCH
The switches for adding properties.
|
HELPSWITCHES| Constructor and Description |
|---|
Circular() |
| Modifier and Type | Method and Description |
|---|---|
private List<String> |
getMatchingProposalUsers(String prop) |
static void |
main(String[] arg) |
private boolean |
process(String[] arg) |
addHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usageprivate static final String ZEROSWITCH
private static final String ONESWITCH
private static final String DEFPROPOSALPIFIELD
private static final String DEFPROPOSALIDFIELD
private boolean process(String[] arg) throws ParseException, SQLException, InitException
InitException - Reads the command line and find the stars. Returns true, if all
necessarry parameters were present and reduction was possible,
otherwise return false. Usage never displayed.ParseExceptionSQLExceptionpublic static void main(String[] arg) throws ParseException, SQLException, InitException
InitException - First argument is the name of the user,SQLExceptionParseException