Interface IComponentDescriptorProcessor


public interface IComponentDescriptorProcessor
This interface expresses the ability to process properties of component descriptors.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Extension point ID for component descriptor processors.
    static final String
    Component property indicating what processing styles are implemented by the processor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provide an evaluator instance.
  • Field Details

  • Method Details

    • createEvaluator

      Evaluator createEvaluator()
      Provide an evaluator instance. The evaluator will be used during the processing of on component descriptor property map.