116117118119120121122123124125126
} } // Adds these plugins into datastore for (final AbstractPlugin plugin : plugins) { final JSONObject pluginDesc = plugin.toJSONObject(); pluginRepository.add(pluginDesc); LOGGER.log(Level.TRACE, "Refreshed plugin[{0}]", pluginDesc); }
7879808182838485868788
} } // Adds these plugins into datastore for (final AbstractPlugin plugin : plugins) { final JSONObject pluginDesc = plugin.toJSONObject(); PLUGIN_REPOS.add(pluginDesc); LOGGER.log(Level.FINEST, "Refreshed plugin[{0}]", pluginDesc); }
7778798081828384858687
} } // Adds these plugins into datastore for (final AbstractPlugin plugin : plugins) { final JSONObject pluginDesc = plugin.toJSONObject(); PLUGIN_REPOS.addAsync(pluginDesc); LOGGER.log(Level.FINEST, "Refreshed plugin[{0}]", pluginDesc); }