Uses of Class
io.quarkus.cli.plugin.JBangCatalog
-
Packages that use JBangCatalog Package Description io.quarkus.cli.plugin -
-
Uses of JBangCatalog in io.quarkus.cli.plugin
Methods in io.quarkus.cli.plugin that return JBangCatalog Modifier and Type Method Description static JBangCatalogJBangCatalog. empty()JBangCatalogJBangCatalogService. readCatalog(Path path)JBangCatalogJBangCatalogService. readCombinedCatalog(Optional<Path> projectDir, Optional<Path> userDir)Read theJBangCatalogfrom project or fallback to global catalog.JBangCatalogJBangCatalog. refreshLastUpdate()JBangCatalogJBangCatalog. withCatalogLocation(Optional<Path> catalogLocation)Methods in io.quarkus.cli.plugin that return types with arguments of type JBangCatalog Modifier and Type Method Description Map<String,JBangCatalog>JBangCatalog. getCatalogs()Constructor parameters in io.quarkus.cli.plugin with type arguments of type JBangCatalog Constructor Description JBangCatalog(Map<String,JBangCatalog> catalogs, Map<String,JBangAlias> aliases, Optional<String> catalogRef, Optional<Path> catalogLocation)
-