Class BlockMetaDataConfig

    • Field Detail

      • CONFIGURATION_SCHEMA_PROP

        protected static final String CONFIGURATION_SCHEMA_PROP
        Configuration schema config property.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BlockMetaDataConfig

        public BlockMetaDataConfig()

        Create a new empty metadata base object.

    • Method Detail

      • getConfigurationSchema

        public String getConfigurationSchema()

        Return the schema that describes and validates configuration for this block, expressed as a fully-qualified class path resource.

        Returns:
        configuration schema
      • setConfigurationSchema

        public BlockMetaDataConfig setConfigurationSchema​(String configurationSchema)

        Set the schema that describes and validates configuration for this block, expressed as a fully-qualified class path resource.

        Parameters:
        configurationSchema - schema
        Returns:
        this object
      • fillMap

        protected void fillMap​(Map<String,​Object> props)

        Add this object's properties to the specified map. No-op

        Specified by:
        fillMap in class BaseConfig
        Parameters:
        props - map to fill