Module hiveutils
Back to master index

[public] Configuration Point hiveutils.PropertyFileSourcesOccurs: unbounded
Extension point for defining a list of property files (internal or external) that will be used as sources of substitutions symbols.
Schema
Element <property-source>
Adds a properties file as a source of symbols substitution. Either "file" or "property" must be specified.
Attribute file Translator: string
Specify a path to the properties file. The path may be either absolute or relative, if relative, it will be considered a path to a file in the classpath.
Attribute property Translator: string
Specify the name of a system property which value will provide the path to the properties file.
Conversion Rules
<conversion class="net.sourceforge.hiveutils.service.impl.PropertyFileContribution" />

Module hiveutils
Back to master index