public abstract class CheckBase extends Object implements Check
Modifier and Type | Field and Description |
---|---|
protected AnalyzerConfiguration |
configuration |
protected boolean |
hasIssues |
Constructor and Description |
---|
CheckBase(AnalyzerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected abstract CheckType |
getCheckType() |
protected abstract Severity |
getDefaultSeverity() |
Issue |
getIssue() |
boolean |
hasIssues() |
boolean |
isActive(CheckConfiguration checkConfiguration) |
protected abstract Issue |
makeIssue(Severity severity,
CheckType checkType) |
protected Severity |
resolveSeverity() |
protected final AnalyzerConfiguration configuration
protected boolean hasIssues
public CheckBase(AnalyzerConfiguration configuration)
protected abstract CheckType getCheckType()
protected abstract Severity getDefaultSeverity()
public boolean isActive(CheckConfiguration checkConfiguration)
protected Severity resolveSeverity()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.