Interface ContentDescriptor

  • All Known Implementing Classes:
    DefaultContentDescriptor

    public interface ContentDescriptor
    Define a macro content.
    Since:
    1.9M1
    Version:
    $Id: f2a2e6e6dfe44fc5e0da57845b1aa327603fff30 $
    • Method Detail

      • getDescription

        String getDescription()
        Returns:
        the description of the macro content.
      • isMandatory

        boolean isMandatory()
        Returns:
        indicate if the macro content is mandatory.
      • getType

        default Type getType()
        This method will return the type of the macro content. By default it fallback to String.
        Returns:
        the type of the macro content.
        Since:
        10.10RC1