edu.umd.cs.findbugs

Class FindBugsCommandLine

public abstract class FindBugsCommandLine extends CommandLine

Base class for FindBugs command line classes. Handles all shared switches/options.

Author: David Hovemeyer

Field Summary
protected Projectproject
Project to analyze.
protected AnalysisFeatureSetting[]settingList
Analysis settings to configure the analysis effort.
Constructor Summary
FindBugsCommandLine()
Constructor.
Method Summary
ProjectgetProject()
AnalysisFeatureSetting[]getSettingList()

Field Detail

project

protected Project project
Project to analyze.

settingList

protected AnalysisFeatureSetting[] settingList
Analysis settings to configure the analysis effort.

Constructor Detail

FindBugsCommandLine

public FindBugsCommandLine()
Constructor. Adds shared options/switches.

Method Detail

getProject

public Project getProject()

getSettingList

public AnalysisFeatureSetting[] getSettingList()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.