public abstract class AbstractParser extends Object
| Constructor and Description |
|---|
AbstractParser() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
copyRangeFromArray(String[] targetArr,
int begin,
int end) |
protected int |
getLineNumberByRegEx(String[] lines,
String regEx) |
protected int |
getLineNumberByRegExFromIndex(String[] lines,
String regEx,
int from) |
protected Parameter[] |
parseParams(String paramsRaw) |
protected String[] |
removeRangeFromArray(String[] targetArr,
int begin,
int end) |
protected String[] |
scrapeContent(String[] lines,
String beginRegEx,
String endRegEx) |
protected String[] |
scrapeContent(String[] lines,
String beginRegEx,
String endRegEx,
boolean removeLastLine) |
protected List<String[]> |
seperateContent(String[] lines,
String beginRegEx,
String endRegEx) |
protected List<String[]> |
seperateContent(String[] linesRaw,
String beginRegEx,
String endRegEx,
boolean removeLastLine) |
protected List<String[]> seperateContent(String[] lines, String beginRegEx, String endRegEx)
protected List<String[]> seperateContent(String[] linesRaw, String beginRegEx, String endRegEx, boolean removeLastLine)
protected String[] scrapeContent(String[] lines, String beginRegEx, String endRegEx, boolean removeLastLine)
protected int getLineNumberByRegExFromIndex(String[] lines, String regEx, int from)
Copyright © 2015 atRem Interactive Media. All rights reserved.