Package edu.umd.cs.findbugs.config
Class AnalysisFeatureSetting
java.lang.Object
edu.umd.cs.findbugs.config.AnalysisFeatureSetting
Configure a specific boolean analysis property.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(AnalysisContext analysisContext) Set the configured value of the analysis property in the given AnalysisContext.
-
Field Details
-
property
-
enabled
private final boolean enabled
-
-
Constructor Details
-
AnalysisFeatureSetting
Constructor.- Parameters:
property
- the analysis property to configureenabled
- true if the property is enabled, false if not
-
-
Method Details
-
configure
Set the configured value of the analysis property in the given AnalysisContext.- Parameters:
analysisContext
- the AnalysisContext
-