Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.resourcebundle
Class TranslationAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by oracle.ide.resourcebundle.TranslationAnalyzer

public class TranslationAnalyzer
extends Analyzer


Constructor Summary
TranslationAnalyzer()
           
 
Method Summary
 void enter(AuditContext context, org.w3c.dom.Element element)
           
 Rule[] getRules()
          Gets the rules verified by this analyzer, or null if none.
 
Methods inherited from class oracle.jdeveloper.audit.analyzer.Analyzer
cancel, getMetrics, 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

TranslationAnalyzer

public TranslationAnalyzer()
Method Detail

enter

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

getRules

public Rule[] getRules()
Description copied from class: Analyzer
Gets the rules verified by this analyzer, or null if none. The default Analyzer implementation returns null.

Properties of the rule instances returned will be set to the values configured by the user for the current invocation.

Overrides:
getRules in class Analyzer

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.