|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for adding properties to a reported Audit violations. The
violation reporting methods in AuditContext
only allow a client to
directly specify the rule and location properties of a violation. To allow
a client to specify additional properties, parameters, fixes, recommended fix,
and related location, the report methods return an instance of this interface.
Method Summary | |
void |
addFix(Transform transform)
Deprecated. |
void |
addParameter(java.lang.String name,
java.lang.Object value)
Adds a parameter to the violation. |
void |
addRelatedLocation(Location location)
Adds a related location to the violation. |
void |
hideDefaultFixes()
Deprecated. |
void |
setRecommendedFix(Transform transform)
Sets the recommended fix for this violation. |
Method Detail |
public void addParameter(java.lang.String name, java.lang.Object value)
public void addRelatedLocation(Location location)
public void addFix(Transform transform)
public void setRecommendedFix(Transform transform)
public void hideDefaultFixes()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.