Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.impl.report
Class TestReportExtnImpl.TranslatingVisitor

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.report.ReportVisitor
      extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.report.TestReportExtnImpl.TranslatingVisitor
Enclosing class:
TestReportExtnImpl

public static class TestReportExtnImpl.TranslatingVisitor
extends ReportVisitor

A ReportVisitor class that translates each traslatable label or message in the report.


Constructor Summary
TestReportExtnImpl.TranslatingVisitor()
           
 
Method Summary
 void visitContainer(Container c)
          This method is called for each container element in the report that is visited during the traversal.
 
Methods inherited from class oracle.apps.fnd.appltest.diagfwk.engine.impl.report.ReportVisitor
visitBegin, visitEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReportExtnImpl.TranslatingVisitor

public TestReportExtnImpl.TranslatingVisitor()
Method Detail

visitContainer

public void visitContainer(Container c)
Description copied from class: ReportVisitor
This method is called for each container element in the report that is visited during the traversal. Visitor classes can override this method for any processing that is specific for a particular element.

Overrides:
visitContainer in class ReportVisitor
Parameters:
c - the currently visited container element in the report

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.