Uses of Class
io.quarkus.cli.plugin.JBangCatalog
Packages that use JBangCatalog
-
Uses of JBangCatalog in io.quarkus.cli.plugin
Methods in io.quarkus.cli.plugin that return JBangCatalogModifier and TypeMethodDescriptionstatic JBangCatalogJBangCatalog.empty()JBangCatalogService.readCatalog(Path path) JBangCatalogService.readCombinedCatalog(Optional<Path> projectDir, Optional<Path> userDir) Read theJBangCatalogfrom project or fallback to global catalog.JBangCatalog.refreshLastUpdate()JBangCatalog.withCatalogLocation(Optional<Path> catalogLocation) Methods in io.quarkus.cli.plugin that return types with arguments of type JBangCatalogConstructor parameters in io.quarkus.cli.plugin with type arguments of type JBangCatalogModifierConstructorDescriptionJBangCatalog(Map<String, JBangCatalog> catalogs, Map<String, JBangAlias> aliases, Optional<String> catalogRef, Optional<Path> catalogLocation)