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 java.lang.String EXTENSION_POINT
      Extension point ID for component descriptor processors.
      static java.lang.String STYLE_PROCESSED
      Component property indicating what processing styles are implemented by the processor.
    • Field Detail

      • STYLE_PROCESSED

        static final java.lang.String STYLE_PROCESSED
        Component property indicating what processing styles are implemented by the processor. See IComponentDescriptor for more details on the declaration of component property processing
        See Also:
        Constant Field Values
    • Method Detail

      • createEvaluator

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