Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdevimpl.audit.report
Class XSLTProfileReporter

java.lang.Object
  extended by oracle.jdevimpl.audit.report.XSLTAuditReporter
      extended by oracle.jdevimpl.audit.report.XSLTProfileReporter

All Implemented Interfaces:
AuditReporter

public class XSLTProfileReporter
extends XSLTAuditReporter

A Profile report which produces an intermediate XML report and applies an XSLT stylesheet.


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.jdevimpl.audit.report.XSLTAuditReporter
XSLTAuditReporter.StandardOutputStream, XSLTAuditReporter.ThrowingErrorListener

 

Field Summary

 

Fields inherited from class oracle.jdevimpl.audit.report.XSLTAuditReporter
encoding, file, stylesheet, title

 

Constructor Summary
XSLTProfileReporter()
           

 

Method Summary
 void report(Profile profile)
          Creates a report from a model.

 

Methods inherited from class oracle.jdevimpl.audit.report.XSLTAuditReporter
getDescription, getLineBreakSequence, getName, getStylesheet, report, setEncoding, setFile, setStyleSheet, setTitle

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XSLTProfileReporter

public XSLTProfileReporter()

Method Detail

report

public void report(Profile profile)
            throws java.lang.reflect.InvocationTargetException
Description copied from interface: AuditReporter
Creates a report from a model.
Specified by:
report in interface AuditReporter
Overrides:
report in class XSLTAuditReporter
Throws:
java.lang.reflect.InvocationTargetException - if the implementation throws an exception (e.g., an IOException).

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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