Interface ParserEngine

    • Method Detail

      • parse

        DocumentModel parse​(JBakeConfiguration config,
                            java.io.File file)
        Parse a given file and transform to a model representation used by MarkdownEngine implementations to render the file content.
        Parameters:
        config - The project configuration
        file - The file to be parsed
        Returns:
        A model representation of the given file
      • parse

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.Object> parse​(org.apache.commons.configuration2.Configuration config,
                                                                     java.io.File file,
                                                                     java.lang.String contentPath)
        Deprecated.
        Parameters:
        config - The project configuration
        file - The file to be parsed
        contentPath - unknown
        Returns:
        A model representation of the given file