this.optionArgName = "arg";
this.required = false;
this.hasArgs = false;
this.performAndQuit = false;
this.requiredOptions = new LinkedList<RequiredOption>();
this.handler = new StdCmdLineOptionHandler();
this.validators = new LinkedList<CmdLineOptionValidator>();
}