* @param webPage - Instance of web page
* @return Modules discovered and temporary packages
* @throws IncorrectParameterException
*/
protected ModuleAnalysis analyseModulesFromWebpage(String htmlContent) {
org.dtk.analysis.page.WebPage webPage = new LocalWebPage(htmlContent);
return webPage;
}