Package edu.umd.cs.findbugs.config
Class AnalysisFeatureSetting
- java.lang.Object
-
- edu.umd.cs.findbugs.config.AnalysisFeatureSetting
-
public class AnalysisFeatureSetting extends java.lang.Object
Configure a specific boolean analysis property.- Author:
- David Hovemeyer
-
-
Constructor Summary
Constructors Constructor Description AnalysisFeatureSetting(int property, boolean enabled)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(AnalysisContext analysisContext)
Set the configured value of the analysis property in the given AnalysisContext.
-
-
-
Constructor Detail
-
AnalysisFeatureSetting
public AnalysisFeatureSetting(@AnalysisFeature int property, boolean enabled)
Constructor.- Parameters:
property
- the analysis property to configureenabled
- true if the property is enabled, false if not
-
-
Method Detail
-
configure
public void configure(AnalysisContext analysisContext)
Set the configured value of the analysis property in the given AnalysisContext.- Parameters:
analysisContext
- the AnalysisContext
-
-