Package org.iirds.dita.ot.plugin.spi
Interface IirdsMetadataHandlerProvider
- All Known Implementing Classes:
DefaultMetadataHandlerProvider
public interface IirdsMetadataHandlerProvider
Provider for
IirdsMetadataHandler implementations. Implementation classes
must be registered in
META-INF/services/org.iirds.dita.ot.plugin.spi.IirdsMetadataHandlerProvider
according to
Java Service Provider architecture.- Author:
- Martin Kreutzer, Empolis Information Management GmbH
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Get the instances of the provided iiRDS metadata handlers
-
Method Details
-
create
List<IirdsMetadataHandler> create()Get the instances of the provided iiRDS metadata handlers- Returns:
- the list of the handlers
-