dk.brics.servletvalidator
Class BackendAnalysis
java.lang.Object
dk.brics.servletvalidator.BackendAnalysis
- All Implemented Interfaces:
- Analysis
public class BackendAnalysis
- extends Object
- implements Analysis
- Author:
- schwarz
|
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 |
BackendAnalysis
public BackendAnalysis(FrontEndAnalysis a)
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.