edu.umd.cs.findbugs.config

Class AnalysisFeatureSetting

public class AnalysisFeatureSetting extends Object

Configure a specific boolean analysis property.

Author: David Hovemeyer

Constructor Summary
AnalysisFeatureSetting(int property, boolean enabled)
Constructor.
Method Summary
voidconfigure(AnalysisContext analysisContext)
Set the configured value of the analysis property in the given AnalysisContext.

Constructor Detail

AnalysisFeatureSetting

public AnalysisFeatureSetting(int property, boolean enabled)
Constructor.

Parameters: property the analysis property to configure enabled 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

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.