Class MCRPropertiesResolver.Property

Enclosing class:
MCRPropertiesResolver

public static class MCRPropertiesResolver.Property extends MCRTextResolver.Variable
  • Constructor Details

  • Method Details

    • getStartEnclosingString

      public String getStartEnclosingString()
      Description copied from class: MCRTextResolver.Term
      Implement this to define the start enclosing string for your term. The resolver searches in the text for this string, if found, the text is processed by your term.
      Overrides:
      getStartEnclosingString in class MCRTextResolver.Variable
      Returns:
      the start enclosing string
    • getEndEnclosingString

      public String getEndEnclosingString()
      Description copied from class: MCRTextResolver.Term
      Implement this to define the end enclosing string for your term. You have to check manual in the resolveInternal method if the end of your term is reached.
      Overrides:
      getEndEnclosingString in class MCRTextResolver.Variable
      Returns:
      the end enclosing string