| org.hammurapi.Waiver
All known Subclasses: org.hammurapi.DomWaiver,
Waiver | public interface Waiver (Code) | | Waiver is a way to suppress a particular violation.
author: Pavel Vlasov version: $Revision: 1.4 $ |
getInspectorName | String getInspectorName()(Code) | | Inspector name to which this waiver applies |
getReason | String getReason()(Code) | | Description why waiver was given. |
getSignatures | Collection getSignatures()(Code) | | Collection of signatures waived by this inspector. Can be null. |
isActive | boolean isActive()(Code) | | true if waiver can waive violations |
waive | boolean waive(Violation violation, boolean peek)(Code) | | Parameters: violation - Violation to waive Parameters: peek - If true waiver doesn't change it state. true if Violation shall be waived |
|
|