public interface ParserEngine
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
parse(org.apache.commons.configuration.Configuration config,
java.io.File file,
java.lang.String contentPath)
Deprecated.
use
parse(JBakeConfiguration, File) instead |
java.util.Map<java.lang.String,java.lang.Object> |
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. |
java.util.Map<java.lang.String,java.lang.Object> parse(JBakeConfiguration config, java.io.File file)
MarkdownEngine implementations
to render the file content.config - The project configurationfile - The file to be parsed@Deprecated
java.util.Map<java.lang.String,java.lang.Object> parse(org.apache.commons.configuration.Configuration config,
java.io.File file,
java.lang.String contentPath)
parse(JBakeConfiguration, File) insteadconfig - The project configurationfile - The file to be parsedcontentPath - unknown