Interface IRIHandlerProvider

All Known Implementing Classes:
DefaultIRIHandlerProvider

public interface IRIHandlerProvider
Provider for IRIHandler implementations. Implementation classes must be registered in META-INF/services/org.iirds.dita.ot.plugin.spi.IRIHandlerProvider according to Java Service Provider architecture.
Author:
Martin Kreutzer, Empolis Information Management GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the instance of IRI provider
  • Method Details

    • create

      IRIHandler create()
      Get the instance of IRI provider
      Returns:
      the IRI provider