Class AnalysisFeatureSetting

java.lang.Object
edu.umd.cs.findbugs.config.AnalysisFeatureSetting

public class AnalysisFeatureSetting extends Object
Configure a specific boolean analysis property.
Author:
David Hovemeyer
  • Constructor Details

    • AnalysisFeatureSetting

      public AnalysisFeatureSetting(@AnalysisFeature int property, boolean enabled)
      Constructor.
      Parameters:
      property - the analysis property to configure
      enabled - true if the property is enabled, false if not
  • Method Details

    • configure

      public void configure(AnalysisContext analysisContext)
      Set the configured value of the analysis property in the given AnalysisContext.
      Parameters:
      analysisContext - the AnalysisContext