Interface ModelVersionProcessor

All Known Implementing Classes:
DefaultModelVersionProcessor

@Deprecated(since="4.0.0") public interface ModelVersionProcessor
Deprecated.
use ModelBuilder instead
Allows a fixed set of properties that are valid inside a version and that could be overwritten for example on the commandline
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    void
    Deprecated.
    This method is responsible for examining the request and possibly overwrite of the valid properties in the model
  • Method Details

    • isValidProperty

      boolean isValidProperty(String property)
      Deprecated.
      Parameters:
      property - the property to check
      Returns:
      true if this is a valid property for this processor
    • overwriteModelProperties

      void overwriteModelProperties(Properties modelProperties, ModelBuildingRequest request)
      Deprecated.
      This method is responsible for examining the request and possibly overwrite of the valid properties in the model
      Parameters:
      modelProperties -
      request -