org.makumba.devel
Class WebappJSPQueryCrawler

java.lang.Object
  extended by org.makumba.devel.WebappJSPQueryCrawler

public class WebappJSPQueryCrawler
extends Object

Analyses all JSP pages of a webapp and writes the queries found in the pages to a file. Inspired from WebappJSPAnalysisCrawler.

Version:
$Id: WebappPageAnalyser.java,v 1.1 May 17, 2008 3:35:12 PM rudi Exp $
Author:
Rudolf Mayer

Field Summary
static FileFilter javaFilter
           
static Hashtable<String,Throwable> JSPAnalysisErrors
           
static FileFilter jspFilter
           
static Logger logger
           
 
Constructor Summary
WebappJSPQueryCrawler()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static Logger logger

JSPAnalysisErrors

public static Hashtable<String,Throwable> JSPAnalysisErrors

jspFilter

public static final FileFilter jspFilter

javaFilter

public static final FileFilter javaFilter
Constructor Detail

WebappJSPQueryCrawler

public WebappJSPQueryCrawler()
Method Detail

main

public static void main(String[] args)
                 throws FileNotFoundException
Throws:
FileNotFoundException