org.adfemg.audits.general
Class GeneralCgAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.base.XmlAnalyzer
          extended by org.adfemg.audits.general.GeneralCgAnalyzer

public class GeneralCgAnalyzer
extends XmlAnalyzer

Analyzer class for the General Code Guidelines. Implemented ruls for web.xml and weblogic.xml file.


Constructor Summary
GeneralCgAnalyzer()
           
 
Method Summary
 void exit(AuditContext context, org.w3c.dom.Element element)
           
protected  boolean isAuditable(org.w3c.dom.Document document)
           
 
Methods inherited from class org.adfemg.audits.base.XmlAnalyzer
enter
 
Methods inherited from class oracle.jdeveloper.audit.analyzer.Analyzer
cancel, getMetrics, getRules, isApplicationContentSupported, isCancelled, isEnabled, setEnabled, startTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralCgAnalyzer

public GeneralCgAnalyzer()
Method Detail

isAuditable

protected boolean isAuditable(org.w3c.dom.Document document)
Overrides:
isAuditable in class XmlAnalyzer

exit

public void exit(AuditContext context,
                 org.w3c.dom.Element element)