> ok, that was a bad point to start with. but another question: where is
> the entry point where the options are processed?
>
> TIA, Dani
>
>
There is no central entry point for option processing. It is scattered
over the whole application. There is a central class CommandArgs.class,
but there are only a few options explicit defined. Most of the options
are stored in the EnhancedProperties.class. This class serves the option
values by string keys. Its called from the place, where the option is
needed.
Its IMHO not a good solution, but very flexible to introduce new options.
Regards,
Johann
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev