Package io.quarkus.cli.plugin
Interface Catalog<T extends Catalog<T>>
-
- All Known Implementing Classes:
JBangCatalog,PluginCatalog
public interface Catalog<T extends Catalog<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Optional<Path>getCatalogLocation()TrefreshLastUpdate()default TwithCatalogLocation(File catalogLocation)default TwithCatalogLocation(Path catalogLocation)TwithCatalogLocation(Optional<Path> catalogLocation)
-
-
-
Method Detail
-
refreshLastUpdate
T refreshLastUpdate()
-
-