public interface AuditReporter
AuditModel
report writer.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets a brief description of this reporter.
|
java.lang.String |
getName()
Gets the name of this reporter.
|
void |
report(AuditModel model)
Creates a report from a model.
|
void |
report(Profile profile)
Creates a report from a model.
|
java.lang.String getName()
java.lang.String getDescription()
void report(AuditModel model) throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
- if the implementation throws an exception (e.g., an IOException).void report(Profile profile) throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
- if the implementation throws an exception (e.g., an IOException).