Back to index
Back to module hivemind

Configuration Point hivemind.SymbolSources

Expected Countunbounded
Provides a list of sources for values of substitution symbols.

Schema

Element source
Describes a single source of symbol values.
Attribute name Required
A unique name used to identify the source, used when ordering the sources.
Attribute class Optional
Translatorobject
Name of a class implementing the SymbolSource interface.
Attribute service-id Optional
Translatorservice
Service configuration id for a service which implements the SymbolSource interface.
Attribute before Optional
A list of the names of other sources this source should precede.
Attribute after Optional
A list of the names of other sources this source should follow.

Conversion Rules

  • conversion ( class=org.apache.hivemind.SymbolSourceContribution )
    {
    • map ( attribute=class property=source )
    • map ( attribute=service-id property=source )
    • map ( attribute=before property=followingNames )
    • map ( attribute=after property=precedingNames )
    }

Contributions from module hivemind


Back to index
Back to module hivemind