parameter = new ConsoleParameter("outputCharset", "Charset used on output files", true, true);
parameter.addParameterOption(new ConsoleParameterOption("charset", "Output charset"));
parametersProcessor.addSupportedParameter(parameter);
parameter = new ConsoleParameter("pageFileExtension", "Extension of the pages generated", false, true);
parameter.addParameterOption(new ConsoleParameterOption("fileExtension", "File Extension"));
parametersProcessor.addSupportedParameter(parameter);
parametersProcessor.addSupportedParameter(new ConsoleParameter("-indentPages", "If true, the output pages will be indented.", false, true));
parametersProcessor.addSupportedParameter(new ConsoleParameter("-keepPagesGeneratedFiles",
"If false, the output pages will be removed after compilation.", false, true));