Interface ReferencesResolverUtil.ReferencesResolverListener

  • Enclosing class:
    ReferencesResolverUtil

    public static interface ReferencesResolverUtil.ReferencesResolverListener
    • Method Detail

      • appendText

        void appendText​(@NotNull
                        java.lang.String text)
        Processes static text found.
        Parameters:
        text - the text to process
      • appendReference

        boolean appendReference​(@NotNull
                                java.lang.String referenceKey)
        Processes the reference found.
        Parameters:
        referenceKey - the reference name to process
        Returns:
        true if the reference was successfully processed, or false if the listener considers it not a reference. In the latter case, appendText will be called with the same text by the resolver.