|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdevimpl.audit.report.XSLTAuditReporter
public class XSLTAuditReporter
An Audit report which produces an intermediate XML report and applies an XSLT stylesheet.
Constructor Summary | |
---|---|
XSLTAuditReporter()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets a brief description of this reporter. |
java.lang.String |
getEncoding()
|
java.net.URL |
getFile()
|
java.lang.String |
getName()
Gets the name of this reporter. |
StyleSheet |
getStylesheet()
|
java.lang.String |
getTitle()
|
void |
report(AuditModel model)
Creates a report from a model. |
void |
setEncoding(java.lang.String encoding)
|
void |
setFile(java.net.URL file)
|
void |
setStyleSheet(StyleSheet stylesheet)
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSLTAuditReporter()
Method Detail |
---|
public java.lang.String getName()
AuditReporter
getName
in interface AuditReporter
public java.lang.String getDescription()
AuditReporter
getDescription
in interface AuditReporter
public void setEncoding(java.lang.String encoding)
public java.lang.String getEncoding()
public java.net.URL getFile()
public void setFile(java.net.URL file)
public StyleSheet getStylesheet()
public void setStyleSheet(StyleSheet stylesheet)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public void report(AuditModel model) throws java.lang.reflect.InvocationTargetException
AuditReporter
report
in interface AuditReporter
java.lang.reflect.InvocationTargetException
- if the implementation
throws an exception (e.g., an IOException).
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |