Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: pkg/analysis_server/lib/src/plugin/plugin_manager.dart

Issue 2904983003: Update status pages to show package map and plugins (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/status/get_handler2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/plugin/plugin_manager.dart
diff --git a/pkg/analysis_server/lib/src/plugin/plugin_manager.dart b/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
index 9117fdf3b6dfbde66e49ba311d55853d4fe42fe3..56ae7eb74ff2b4b2daf994c5fc6e449516921ff1 100644
--- a/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
+++ b/pkg/analysis_server/lib/src/plugin/plugin_manager.dart
@@ -313,6 +313,12 @@ class PluginManager {
}
/**
+ * Return a list of all of the plugins that are currently known.
+ */
+ @visibleForTesting
+ List<PluginInfo> get plugins => _pluginMap.values.toList();
+
+ /**
* Add the plugin with the given [path] to the list of plugins that should be
* used when analyzing code for the given [contextRoot]. If the plugin had not
* yet been started, then it will be started by this method.
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/status/get_handler2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698