2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Module hivemind
Back to master index

[public] Configuration Point hivemind.SymbolSourcesOccurs: unbounded
Provides a list of sources for values of substitution symbols.
Schema
Element <source>
Describes a single source of symbol values.
Attribute after Translator: string
A list of the names of other sources this source should follow.
Attribute before Translator: string
A list of the names of other sources this source should precede.
Attribute class Translator: instance
Name of a class implementing the SymbolSource interface.
Attribute name (required) Translator: string
A unique name used to identify the source, used when ordering the sources.
Attribute service-id Translator: service
Service configuration id for a service which implements the SymbolSource interface.
Conversion Rules
<conversion class="SymbolSourceContribution" >
  • <map attribute="class" property="source" />
  • <map attribute="service-id" property="source" />
  • <map attribute="before" property="followingNames" />
  • <map attribute="after" property="precedingNames" />
</conversion>
Contribution from module hivemind
<source before="hivemind.FactoryDefaults" name="hivemind.ApplicationDefaults" service-id="ApplicationDefaultsSymbolSource" />
<source name="hivemind.FactoryDefaults" service-id="FactoryDefaultsSymbolSource" />
Contribution from module hivemind
<source before="hivemind.FactoryDefaults" name="hivemind.ApplicationDefaults" service-id="ApplicationDefaultsSymbolSource" />
<source name="hivemind.FactoryDefaults" service-id="FactoryDefaultsSymbolSource" />
Contribution from module hivemind
<source before="hivemind.FactoryDefaults" name="hivemind.ApplicationDefaults" service-id="ApplicationDefaultsSymbolSource" />
<source name="hivemind.FactoryDefaults" service-id="FactoryDefaultsSymbolSource" />

Module hivemind
Back to master index