dk.brics.servletvalidator
Class BackendAnalysis

java.lang.Object
  extended by dk.brics.servletvalidator.BackendAnalysis
All Implemented Interfaces:
Analysis

public class BackendAnalysis
extends Object
implements Analysis

Author:
schwarz

Constructor Summary
BackendAnalysis(FrontEndAnalysis a)
           
 
Method Summary
 void analyze()
          Do the actual analysis of the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackendAnalysis

public BackendAnalysis(FrontEndAnalysis a)
Method Detail

analyze

public void analyze()
             throws AnalysisException
Do the actual analysis of the class. If anything is rejected in the analysis an exception extending AnalysisException will be thrown. All exceptions from the package dk.brics.servletvalidator.exceptions can be thrown

Specified by:
analyze in interface Analysis
Throws:
AnalysisException - if the class cannot validate


Copyright © 2008 Mathias Schwarz.