Package org.opencms.ade.configuration
Class CmsADEConfigDataInternal.ConfigReferenceInstance
java.lang.Object
org.opencms.ade.configuration.CmsADEConfigDataInternal.ConfigReferenceInstance
- Enclosing class:
- CmsADEConfigDataInternal
Contains a sitemap configuration bean together with some metadata about how it was referenced from other sitemap configurations.
-
Constructor Summary
ConstructorDescriptionCreates a new instance.ConfigReferenceInstance
(CmsADEConfigDataInternal config, CmsADEConfigDataInternal.ConfigReferenceMeta meta) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the configuration instance.getMeta()
Gets the metadata associated with the configuration reference.
-
Constructor Details
-
ConfigReferenceInstance
Creates a new instance.- Parameters:
config
- the configuration
-
ConfigReferenceInstance
public ConfigReferenceInstance(CmsADEConfigDataInternal config, CmsADEConfigDataInternal.ConfigReferenceMeta meta) Creates a new instance.- Parameters:
config
- the configurationmeta
- the metadata associated with the reference to the configuration
-
-
Method Details
-
getConfig
Gets the configuration instance.- Returns:
- the configuration
-
getMeta
Gets the metadata associated with the configuration reference.- Returns:
- the reference metadata
-