Back to index
Back to module hivemind

Configuration Point hivemind.Translators

Expected Countunbounded
Used to define new translators that can be used in contribution conversion rules. Translators must have unique names.

Schema

Maps translator names to translator classes.
Element translator
Maps a translator name to a translator class.
Attribute name Required
A unique name for a translator.
Attribute class Optional
Translatorclass
The class to instantiate, which must implement the Translator interface.
Attribute service-id Optional
Translatorservice
A service which implements the Translator interface.

Conversion Rules

  • conversion ( class=org.apache.hivemind.impl.TranslatorContribution )
    {
    • map ( attribute=class property=translatorClass )
    • map ( attribute=service-id property=translator )
    }

Contributions from module hivemind


Back to index
Back to module hivemind