Klasse HtmlConfiguration

java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.BaseConfiguration
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlConfiguration

Configure the output based on the command-line options.

Also determine the length of the command-line option. For example, for a option "-header" there will be a string argument associated, then the the length of option "-header" is two. But for option "-nohelp" no argument is needed so it's length is 1.

Also do the error checking on the options used. For example it is illegal to use "-helpfile" option when already "-nohelp" option is used.