Class CatalogConfigurationBeans
Object
CatalogConfigurationBeans
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCatalogConfigurationBeans
(Map<String, CatalogConfigurationBean> configurations) CatalogConfigurationBeans
(CatalogConfigurationBean loneConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionfirst()
getByTypeName
(String typeName) Returns the first configuration associated to the specified type name.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 matchint
size()
-
Field Details
-
COVERAGE_NAME
-
-
Constructor Details
-
CatalogConfigurationBeans
-
CatalogConfigurationBeans
-
CatalogConfigurationBeans
public CatalogConfigurationBeans() -
CatalogConfigurationBeans
-
-
Method Details
-
getByTypeName
Returns the first configuration associated to the specified type name. Multiple coverages might share the same typename.- Parameters:
typeName
-- Returns:
-
getByTypeQuery
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
-
size
public int size() -
getTypeNames
-