Package org.sonar.java.checks.xml.maven
Class GroupIdNamingConventionCheck
- java.lang.Object
-
- org.sonarsource.analyzer.commons.xml.checks.SonarXmlCheck
-
- org.sonarsource.analyzer.commons.xml.checks.SimpleXPathBasedCheck
-
- org.sonar.java.checks.xml.maven.GroupIdNamingConventionCheck
-
public class GroupIdNamingConventionCheck extends org.sonarsource.analyzer.commons.xml.checks.SimpleXPathBasedCheck
-
-
Constructor Summary
Constructors Constructor Description GroupIdNamingConventionCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
scanFile(org.sonarsource.analyzer.commons.xml.XmlFile file)
-
Methods inherited from class org.sonarsource.analyzer.commons.xml.checks.SimpleXPathBasedCheck
evaluate, evaluateAsList, getXPathExpression
-
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
regex
public String regex
-
-