Package edu.umd.cs.findbugs
Interface TextUICommandLine.Chooser
-
- Enclosing class:
- TextUICommandLine
private static interface TextUICommandLine.Chooser
Handling callback for choose() method, used to implement the -chooseVisitors and -choosePlugins options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
choose(boolean enable, java.lang.String what)
Choose a detector, plugin, etc.
-