Uses of Class
io.quarkus.cli.plugin.Plugin
-
Packages that use Plugin Package Description io.quarkus.cli.plugin -
-
Uses of Plugin in io.quarkus.cli.plugin
Methods in io.quarkus.cli.plugin that return Plugin Modifier and Type Method Description PluginPluginManagerUtil. from(String location)Create aPluginfrom the specified location.PluginPlugin. inProjectCatalog()PluginPlugin. inUserCatalog()PluginPlugin. withCatalogLocation(Optional<Path> catalogLocation)PluginPlugin. withDescription(Optional<String> description)Methods in io.quarkus.cli.plugin that return types with arguments of type Plugin Modifier and Type Method Description Optional<Plugin>PluginManager. addPlugin(Plugin plugin)Adds thePluginwith the specified name or location to the installed plugins.Optional<Plugin>PluginManager. addPlugin(Plugin plugin, boolean userCatalog)Adds thePluginwith the specified name or location to the installed plugins.Optional<Plugin>PluginManager. addPlugin(String nameOrLocation)Adds thePluginwith the specified name or location to the installed plugins.Optional<Plugin>PluginManager. addPlugin(String nameOrLocation, boolean userCatalog, Optional<String> description)Adds thePluginwith the specified name or location to the installed plugins.Map<String,Plugin>PluginManager. getInstallablePlugins()Map<String,Plugin>PluginManager. getInstalledPlugins()Map<String,Plugin>PluginManager. getInstalledPlugins(boolean userCatalog)Map<String,Plugin>PluginCatalog. getPlugins()Optional<Plugin>PluginManager. removePlugin(Plugin plugin)Removes aPluginby name.Optional<Plugin>PluginManager. removePlugin(Plugin plugin, boolean userCatalog)Removes aPluginby name.Optional<Plugin>PluginManager. removePlugin(String name)Removes aPluginby name.Optional<Plugin>PluginManager. removePlugin(String name, boolean userCatalog)Removes aPluginby name.Methods in io.quarkus.cli.plugin with parameters of type Plugin Modifier and Type Method Description PluginCatalogPluginCatalog. addPlugin(Plugin plugin)Optional<Plugin>PluginManager. addPlugin(Plugin plugin)Adds thePluginwith the specified name or location to the installed plugins.Optional<Plugin>PluginManager. addPlugin(Plugin plugin, boolean userCatalog)Adds thePluginwith the specified name or location to the installed plugins.PluginCatalogPluginCatalog. removePlugin(Plugin plugin)Optional<Plugin>PluginManager. removePlugin(Plugin plugin)Removes aPluginby name.Optional<Plugin>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 Plugin Constructor Description PluginCatalog(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)
-