edu.umd.cs.findbugs

Class TextUICommandLine

public class TextUICommandLine extends FindBugsCommandLine

Helper class to parse the command line and configure the IFindBugsEngine object. As a side-effect it also configures a DetectorFactoryCollection (to enable and disable detectors as requested).
Constructor Summary
TextUICommandLine()
Constructor.
Method Summary
voidconfigureEngine(IFindBugsEngine findBugs)
booleangetXargs()
voidhandleXArgs()
Handle -xargs command line option by reading jar file names from standard input and adding them to the project.
booleanquiet()
booleansetExitCode()

Constructor Detail

TextUICommandLine

public TextUICommandLine()
Constructor.

Method Detail

configureEngine

public void configureEngine(IFindBugsEngine findBugs)

getXargs

public boolean getXargs()

handleXArgs

public void handleXArgs()
Handle -xargs command line option by reading jar file names from standard input and adding them to the project.

Throws: IOException

quiet

public boolean quiet()

setExitCode

public boolean setExitCode()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.