Schnittstelle Configuration

Alle Superschnittstellen:
AutoCloseable
Alle bekannten Implementierungsklassen:
DefaultConfiguration, ElasticsearchConfiguration

public interface Configuration extends AutoCloseable
  • Methodendetails

    • getLibraries

      Map<String,org.xbib.interlibrary.api.library.IndexLibrary> getLibraries()
    • mapLibraryIdentifier

      List<String> mapLibraryIdentifier(String input)
    • normalizeLibraryIdentifier

      String normalizeLibraryIdentifier(String identifier)
    • getProducts

      Map<String,org.xbib.interlibrary.api.product.Product> getProducts()
    • mapItemProcess

      String mapItemProcess(String code)
    • close

      void close() throws IOException
      Angegeben von:
      close in Schnittstelle AutoCloseable
      Löst aus:
      IOException