AutoconfAnalyzer: added analyzer to service registry; added needed command-line hooks, flags.

Former-commit-id: bc4cc6082b4181286e62e736f4d5751e60379779
This commit is contained in:
Dale Visser
2015-05-21 15:20:58 -04:00
parent 29fe71b82c
commit 154a576388
5 changed files with 29 additions and 3 deletions

View File

@@ -184,6 +184,10 @@ public final class Settings {
* The properties key for whether the Python Package analyzer is enabled.
*/
public static final String ANALYZER_PYTHON_PACKAGE_ENABLED = "analyzer.python.package.enabled";
/**
* The properties key for whether the Autoconf analyzer is enabled.
*/
public static final String ANALYZER_AUTOCONF_ENABLED = "analyzer.autoconf.enabled";
/**
* The properties key for whether the .NET Assembly analyzer is enabled.
*/