public abstract class AbstractNamingConvention extends Object implements PomCheck
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractNamingConvention.NamedLocatedAttribute |
| Constructor and Description |
|---|
AbstractNamingConvention() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getRegex() |
protected abstract String |
getRuleKey() |
protected abstract AbstractNamingConvention.NamedLocatedAttribute |
getTargetedLocatedAttribute(org.sonar.maven.model.maven2.MavenProject mavenProject) |
void |
scanFile(PomCheckContext context) |
public void scanFile(PomCheckContext context)
protected abstract String getRegex()
protected abstract String getRuleKey()
protected abstract AbstractNamingConvention.NamedLocatedAttribute getTargetedLocatedAttribute(org.sonar.maven.model.maven2.MavenProject mavenProject)
Copyright © 2012–2016 SonarSource. All rights reserved.