Uses of Class
io.quarkus.cli.plugin.Plugin
Packages that use Plugin
-
Uses of Plugin in io.quarkus.cli.plugin
Methods in io.quarkus.cli.plugin that return PluginModifier and TypeMethodDescriptionCreate aPluginfrom the specified alias.PluginManagerUtil.fromLocation(String location) Create aPluginfrom the specified location.Plugin.inProjectCatalog()Plugin.inUserCatalog()Plugin.withCatalogLocation(Optional<Path> catalogLocation) Plugin.withDescription(Optional<String> description) Plugin.withType(PluginType type) Methods in io.quarkus.cli.plugin that return types with arguments of type PluginModifier and TypeMethodDescriptionAdds thePluginwith the specified name or location to the installed plugins.Adds thePluginwith the specified name or location to the installed plugins.Adds thePluginwith the specified name or location to the installed plugins.Adds thePluginwith the specified name or location to the installed plugins.PluginManager.getInstallablePlugins()PluginManager.getInstalledPlugins()PluginManager.getInstalledPlugins(boolean userCatalog) PluginCatalog.getPlugins()PluginManager.removePlugin(Plugin plugin) Removes aPluginby name.PluginManager.removePlugin(Plugin plugin, boolean userCatalog) Removes aPluginby name.PluginManager.removePlugin(String name) Removes aPluginby name.PluginManager.removePlugin(String name, boolean userCatalog) Removes aPluginby name.Methods in io.quarkus.cli.plugin with parameters of type PluginModifier and TypeMethodDescriptionAdds thePluginwith the specified name or location to the installed plugins.Adds thePluginwith the specified name or location to the installed plugins.PluginCatalog.removePlugin(Plugin plugin) PluginManager.removePlugin(Plugin plugin) Removes aPluginby name.PluginManager.removePlugin(Plugin plugin, boolean userCatalog) Removes aPluginby name.static booleanPluginUtil.shouldRemove(Plugin p) Check if the plugin can be found.Constructor parameters in io.quarkus.cli.plugin with type arguments of type PluginModifierConstructorDescriptionPluginCatalog(String version, String lastUpdate, Map<String, Plugin> plugins, Optional<Path> catalogLocation) PluginCatalog(String version, LocalDateTime lastUpdate, Map<String, Plugin> plugins, Optional<Path> catalogLocation) PluginCatalog(Map<String, Plugin> plugins)