public class Parser
extends java.lang.Object
| Constructor and Description |
|---|
Parser(org.apache.commons.configuration.Configuration config,
java.lang.String contentPath)
Creates a new instance of Parser.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
processFile(java.io.File file)
Process the file by parsing the contents.
|