Interface Block

    • Method Detail

      • getLines

        java.util.List<java.lang.String> getLines()
        Returns:
        The original content of this block
      • setLines

        void setLines​(java.util.List<java.lang.String> lines)
        Sets the source lines of the Block.
        Parameters:
        lines - The source of this Block, substitutions will still be applied.
      • getSource

        java.lang.String getSource()
        Returns:
        The String containing the lines joined together or null if there are no lines
      • setSource

        void setSource​(java.lang.String source)
        Sets the source of the Block.
        Parameters:
        source - The source of this Block, substitutions will still be applied.