public interface CatalogInputReader
CatalogInputSource into a
UnifiedCatalogModel.
Plan §7.1. Live sources implement CatalogProvider
instead.
Phase 1A skeleton — implementations land in P1B (T1B.10..T1B.11) and Phase 2.A.
| Modifier and Type | Method and Description |
|---|---|
CatalogInputKind |
kind() |
UnifiedCatalogModel |
read(CatalogInputSource source,
CatalogLoadOptions options) |
boolean |
supports(CatalogInputSource source,
CatalogLoadOptions options) |
CatalogInputKind kind()
boolean supports(CatalogInputSource source, CatalogLoadOptions options)
UnifiedCatalogModel read(CatalogInputSource source, CatalogLoadOptions options) throws CatalogInputException
CatalogInputException