| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.VendorNameViolation
VendorNameViolation | public class VendorNameViolation extends InspectorBase implements Parameterizable(Code) | | ER-209 as a variant of ER-100
Copyrights information should be present in each file.
author: Johannes Bellert version: $Revision: 1.3 $ |
checkForViolations | public void checkForViolations(SourceMarker scrMrk, String text)(Code) | | |
getConfigInfo | public String getConfigInfo()(Code) | | Gives back the preconfigured values.
|
setParameter | public boolean setParameter(String name, Object parameter) throws ConfigurationException(Code) | | Configures the rule. Reads in the values of the parameter vendor-name.
Parameters: name - the name of the parameter being loaded from Hammurapi configuration Parameters: parameter - the value of the parameter being loaded from Hammurapi configuration exception: ConfigurationException - in case of a not supported parameter |
visit | public void visit(Token token)(Code) | | |
|
|