|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
LintFormat |
getDefaultLintFormat()
|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
boolean |
isFixable()
Returns true if this pattern provides an automatic fix for every Lint it matches. |
Method Detail |
---|
java.lang.String getName()
java.lang.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.LintFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |