org.makumba.devel
Class JavaSourceAnalyzer

java.lang.Object
  extended by org.makumba.devel.JavaSourceAnalyzer
All Implemented Interfaces:
JavaAnalyzer

public class JavaSourceAnalyzer
extends Object
implements JavaAnalyzer

Author:
Rudolf Mayer

Method Summary
 Object endPage(Object status)
          the end of the page
static JavaAnalyzer getInstance()
           
 Object makeStatusHolder(Object initStatus)
          make a status holder, which is passed to all other methods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JavaAnalyzer getInstance()

makeStatusHolder

public Object makeStatusHolder(Object initStatus)
make a status holder, which is passed to all other methods

Specified by:
makeStatusHolder in interface JavaAnalyzer
Parameters:
initStatus - an initial status to be passed to the JspAnalyzer. for example, the pageContext for an example-based analyzer

endPage

public Object endPage(Object status)
the end of the page

Specified by:
endPage in interface JavaAnalyzer
Returns:
the result of the analysis