Package org.iirds.dita.ot.plugin.contrib
Class DefaultMetadataHandlerProvider
java.lang.Object
org.iirds.dita.ot.plugin.contrib.DefaultMetadataHandlerProvider
- All Implemented Interfaces:
IirdsMetadataHandlerProvider
The default metadata handler provider implementation. It provides the
metadata handlers implemented in this DITA-OT plugin. It needs to be
configured in
META-INF/services file of the JAR according to the JAva SPI specifications- Author:
- Martin Kreutzer, Empolis Information Management GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()Get the instances of the provided iiRDS metadata handlers
-
Constructor Details
-
DefaultMetadataHandlerProvider
public DefaultMetadataHandlerProvider()
-
-
Method Details
-
create
Description copied from interface:IirdsMetadataHandlerProviderGet the instances of the provided iiRDS metadata handlers- Specified by:
createin interfaceIirdsMetadataHandlerProvider- Returns:
- the list of the handlers
-