Interface Catalog<T extends Catalog<T>>

All Known Implementing Classes:
JBangCatalog, PluginCatalog

public interface Catalog<T extends Catalog<T>>
  • Method Details

    • getCatalogLocation

      Optional<Path> getCatalogLocation()
    • withCatalogLocation

      default T withCatalogLocation(File catalogLocation)
    • withCatalogLocation

      default T withCatalogLocation(Path catalogLocation)
    • withCatalogLocation

      T withCatalogLocation(Optional<Path> catalogLocation)
    • refreshLastUpdate

      T refreshLastUpdate()