Package io.quarkus.cli.plugin
Class JBangCatalog
java.lang.Object
io.quarkus.cli.plugin.JBangCatalog
- All Implemented Interfaces:
Catalog<JBangCatalog>
-
Constructor Summary
ConstructorsConstructorDescriptionJBangCatalog(Map<String, JBangCatalog> catalogs, Map<String, JBangAlias> aliases, Optional<String> catalogRef, Optional<Path> catalogLocation) -
Method Summary
Modifier and TypeMethodDescriptionstatic JBangCatalogempty()withCatalogLocation(Optional<Path> catalogLocation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.cli.plugin.Catalog
withCatalogLocation, withCatalogLocation
-
Constructor Details
-
JBangCatalog
public JBangCatalog() -
JBangCatalog
public JBangCatalog(Map<String, JBangCatalog> catalogs, Map<String, JBangAlias> aliases, Optional<String> catalogRef, Optional<Path> catalogLocation)
-
-
Method Details
-
empty
-
getCatalogs
-
getAliases
-
getCatalogRef
-
getCatalogLocation
- Specified by:
getCatalogLocationin interfaceCatalog<JBangCatalog>
-
refreshLastUpdate
- Specified by:
refreshLastUpdatein interfaceCatalog<JBangCatalog>
-
withCatalogLocation
- Specified by:
withCatalogLocationin interfaceCatalog<JBangCatalog>
-