public class ParserContext extends Object
| Constructor and Description |
|---|
ParserContext(File file,
List<String> fileLines,
org.apache.commons.configuration.Configuration config,
String contentPath,
boolean hasHeader,
Map<String,Object> contents) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
org.apache.commons.configuration.Configuration |
getConfig() |
String |
getContentPath() |
Map<String,Object> |
getContents() |
File |
getFile() |
List<String> |
getFileLines() |
boolean |
hasHeader() |
void |
setBody(String str) |
Copyright © 2017. All rights reserved.