Uses of Class
io.quarkus.cli.plugin.PluginListItem
Packages that use PluginListItem
-
Uses of PluginListItem in io.quarkus.cli.plugin
Method parameters in io.quarkus.cli.plugin with type arguments of type PluginListItemModifier and TypeMethodDescriptionstatic StringPluginListTable.getContent(String format, Collection<PluginListItem> items, boolean wtihCommand, boolean withDiff) static StringPluginListTable.getContent(Collection<PluginListItem> items, boolean wtihCommand, boolean withDiff) Constructor parameters in io.quarkus.cli.plugin with type arguments of type PluginListItemModifierConstructorDescriptionPluginListTable(Collection<PluginListItem> items) PluginListTable(Collection<PluginListItem> items, boolean withCommand) PluginListTable(Collection<PluginListItem> items, boolean withCommand, boolean withDiff)