public class MigrationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorBaseFileName |
protected List<String> |
errorMsgs |
protected List<Integer> |
injectorErrorLineNumbers |
protected List<String> |
lines |
protected List<Integer> |
parserErrorLineNumbers |
protected String |
sourceFileName |
protected String |
sourceFilePath |
| Constructor and Description |
|---|
MigrationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorMsg(String errorMsg) |
String |
getErrorBaseFileName() |
List<String> |
getErrorMsgs() |
String |
getInjectorErrorFilePath() |
List<Integer> |
getInjectorErrorLineNumbers() |
List<String> |
getInjectorErrorLines() |
String |
getInjectorErrorLinesAsString() |
List<String> |
getLines() |
String |
getLinesAsString() |
String |
getParserErrorFilePath() |
List<Integer> |
getParserErrorLineNumbers() |
List<String> |
getParserErrorLines() |
String |
getParserErrorLinesAsString() |
String |
getSourceFileName() |
String |
getSourceFilePath() |
void |
setErrorFilePath(String outputFolder) |
void |
setFilePath(String inputFileName) |
void |
setLines(List<String> lines) |
void |
setSourceFileName(String sourceFileName) |
protected String errorBaseFileName
protected String sourceFilePath
protected String sourceFileName
public void addErrorMsg(String errorMsg)
public void setFilePath(String inputFileName)
public void setErrorFilePath(String outputFolder)
public String getParserErrorFilePath()
public String getInjectorErrorFilePath()
public String getLinesAsString()
public String getParserErrorLinesAsString()
public String getInjectorErrorLinesAsString()
public void setSourceFileName(String sourceFileName)
public String getSourceFileName()
public String getSourceFilePath()
public String getErrorBaseFileName()
Copyright © 2008-2013 Cybelia. All Rights Reserved.