org.adfemg.audits.trinidadconfig
Class TrinidadConfigAnalyzer

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

public class TrinidadConfigAnalyzer
extends XmlAnalyzer

Analyzer class for the trinidad-config.xml Currently there is only one rule defined on the Trinidad-config.xml.


Constructor Summary
TrinidadConfigAnalyzer()
           
 
Method Summary
 void exit(AuditContext context, org.w3c.dom.Element element)
          Check if we're the animation-enabled and check if we're true.
 
Methods inherited from class org.adfemg.audits.base.XmlAnalyzer
enter, isAuditable
 
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

TrinidadConfigAnalyzer

public TrinidadConfigAnalyzer()
Method Detail

exit

public void exit(AuditContext context,
                 org.w3c.dom.Element element)
Check if we're the animation-enabled and check if we're true.