Interface VersionCatalogsExtension

All Superinterfaces:
Iterable<VersionCatalog>

public interface VersionCatalogsExtension extends Iterable<VersionCatalog>
Gives access to all version catalogs available.
Since:
7.0
  • Method Details

    • find

      Tries to find a catalog with the corresponding name
      Parameters:
      name - the name of the catalog
    • named

      default VersionCatalog named(String name)
      Returns the catalog with the supplied name or throws an exception if it doesn't exist.
    • getCatalogNames

      Set<String> getCatalogNames()
      Returns the list of catalog names
      Since:
      7.2