Class CatalogServiceImpl

java.lang.Object
org.codice.ddf.rest.service.AbstractCatalogService
org.codice.ddf.rest.service.impl.CatalogServiceImpl
All Implemented Interfaces:
org.codice.ddf.rest.api.CatalogService

public class CatalogServiceImpl extends AbstractCatalogService
  • Constructor Details

    • CatalogServiceImpl

      public CatalogServiceImpl(ddf.catalog.CatalogFramework framework, org.codice.ddf.attachment.AttachmentParser attachmentParser, ddf.catalog.data.AttributeRegistry attributeRegistry, List<ddf.catalog.content.StorageProvider> storageProviders, List<org.codice.ddf.checksum.ChecksumProvider> checksumProviders)
  • Method Details

    • getSourcesInfo

      public ddf.catalog.data.BinaryContent getSourcesInfo()
      Specified by:
      getSourcesInfo in interface org.codice.ddf.rest.api.CatalogService
      Specified by:
      getSourcesInfo in class AbstractCatalogService