Package | Description |
---|---|
org.apache.tamaya.model.internal |
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredInlineModelProviderSpi
ConfigModel provider that reads model metadata from the current
Configuration . |
class |
ConfiguredPropertiesModelProviderSpi
ConfigModel provider that reads model metadata from property files from
classpath*:META-INF/configmodel.properties in the following format:
###################################################################################
# Example of a configuration metamodel expressed via properties.
####################################################################################
# Metamodel information
[model].provider=ConfigModel Extension
####################################################################################
# Description of Configuration Sections (minimal, can be extended by other modules) |
class |
ConfiguredResourcesModelProviderSpi
ConfigModel provider that reads model metadata from property files from
classpath*:META-INF/configmodel.json in the following format:
Example of a configuration metamodel expressed via YAML. |
class |
ConfiguredTypeEventsModelProvider
Model provider that adds model definitions for the items published as
ConfiguredType events. |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.