edu.umd.cs.findbugs.config
public class AnalysisFeatureSetting extends Object
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.
|
Parameters: property the analysis property to configure enabled true if the property is enabled, false if not
Parameters: analysisContext the AnalysisContext