Package io.quarkus.cli.plugin
Class PluginListTable
java.lang.Object
io.quarkus.cli.plugin.PluginListTable
-
Constructor Summary
ConstructorsConstructorDescriptionPluginListTable(Collection<PluginListItem> items) PluginListTable(Collection<PluginListItem> items, boolean withCommand) PluginListTable(Collection<PluginListItem> items, boolean withCommand, boolean withDiff) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetContent(String format, Collection<PluginListItem> items, boolean wtihCommand, boolean withDiff) static StringgetContent(Collection<PluginListItem> items, boolean wtihCommand, boolean withDiff)
-
Constructor Details
-
PluginListTable
-
PluginListTable
-
PluginListTable
-
PluginListTable
public PluginListTable()
-
-
Method Details
-
getContent
-
getContent
public static String getContent(Collection<PluginListItem> items, boolean wtihCommand, boolean withDiff) -
getContent
public static String getContent(String format, Collection<PluginListItem> items, boolean wtihCommand, boolean withDiff)
-