public interface LintPattern
Title: Lint Pattern Interface
Description: The root interface for all lint patterns which provides some basic presentation interfaces.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
LintFormat |
getDefaultLintFormat() |
String |
getDescription() |
String |
getName() |
boolean |
isFixable()
Returns
true if this pattern provides an automatic fix for every Lint it matches. |
String getName()
String getDescription()
boolean isFixable()
true if this pattern provides an automatic fix for every Lint it matches.
An automatic fix for every Lint can be made available by calling Lint.setLintFixer(LintFixer).true if this pattern provides an automatic fix for every Lint it matches.Lint.setLintFixer(LintFixer)LintFormat getDefaultLintFormat()
LintFormat for this pattern.LintFormatCopyright © 2019. All rights reserved.