Class CatalogConfigurationBeans

Object
CatalogConfigurationBeans

public class CatalogConfigurationBeans extends Object
  • Field Details

    • COVERAGE_NAME

      public static final Hints.Key COVERAGE_NAME
  • Constructor Details

  • Method Details

    • getByTypeName

      public CatalogConfigurationBean getByTypeName(String typeName)
      Returns the first configuration associated to the specified type name. Multiple coverages might share the same typename.
      Parameters:
      typeName -
      Returns:
    • getByTypeQuery

      public CatalogConfigurationBean getByTypeQuery(Query q)
      Looks up the configurations considering both the query (looking for the COVERAGE_NAME hint) and falls back on the type name, if the first did not provide a match
    • first

      public CatalogConfigurationBean first()
    • size

      public int size()
    • getTypeNames

      public Set<String> getTypeNames()