org.jbake.app
Class Parser

java.lang.Object
  extended by 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)
           
 
Method Summary
 Map<String,Object> processFile(File file)
          Process the file by parsing the contents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Creates a new instance of Parser.


Parser

public Parser(org.apache.commons.configuration.CompositeConfiguration config)
Method Detail

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.