org.jbake.app
Class Parser
java.lang.Object
org.jbake.app.Parser
public class Parser
- extends Object
Parses a File for content.
- Author:
- Jonathan Bullock
|
Constructor Summary |
Parser()
Creates a new instance of Parser. |
Parser(org.apache.commons.configuration.CompositeConfiguration config)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
public Parser()
- Creates a new instance of Parser.
Parser
public Parser(org.apache.commons.configuration.CompositeConfiguration config)
processFile
public Map<String,Object> processFile(File file)
- Process the file by parsing the contents.
- Parameters:
file -
- Returns:
- The contents of the file
Copyright © 2013. All Rights Reserved.