|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.config.AnalysisFeatureSetting
public class AnalysisFeatureSetting
Configure a specific boolean analysis property.
Constructor Summary | |
---|---|
AnalysisFeatureSetting(int property,
boolean enabled)
Constructor. |
Method Summary | |
---|---|
void |
configure(AnalysisContext analysisContext)
Set the configured value of the analysis property in the given AnalysisContext. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisFeatureSetting(@AnalysisFeatures.AnalysisFeature int property, boolean enabled)
property
- the analysis property to configureenabled
- true if the property is enabled, false if notMethod Detail |
---|
public void configure(AnalysisContext analysisContext)
analysisContext
- the AnalysisContext
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |