com.cybelia.sandra.ibu
Class MigrationContext
java.lang.Object
com.cybelia.sandra.ibu.MigrationContext
public class MigrationContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorMsgs
protected List<String> errorMsgs
lines
protected List<String> lines
parserErrorLineNumbers
protected List<Integer> parserErrorLineNumbers
injectorErrorLineNumbers
protected List<Integer> injectorErrorLineNumbers
errorBaseFileName
protected String errorBaseFileName
sourceFilePath
protected String sourceFilePath
sourceFileName
protected String sourceFileName
MigrationContext
public MigrationContext()
getErrorMsgs
public List<String> getErrorMsgs()
addErrorMsg
public void addErrorMsg(String errorMsg)
setFilePath
public void setFilePath(String inputFileName)
setErrorFilePath
public void setErrorFilePath(String outputFolder)
getParserErrorLineNumbers
public List<Integer> getParserErrorLineNumbers()
getParserErrorFilePath
public String getParserErrorFilePath()
getInjectorErrorFilePath
public String getInjectorErrorFilePath()
getLines
public List<String> getLines()
getLinesAsString
public String getLinesAsString()
getParserErrorLinesAsString
public String getParserErrorLinesAsString()
getParserErrorLines
public List<String> getParserErrorLines()
getInjectorErrorLinesAsString
public String getInjectorErrorLinesAsString()
getInjectorErrorLines
public List<String> getInjectorErrorLines()
setLines
public void setLines(List<String> lines)
getInjectorErrorLineNumbers
public List<Integer> getInjectorErrorLineNumbers()
setSourceFileName
public void setSourceFileName(String sourceFileName)
getSourceFileName
public String getSourceFileName()
getSourceFilePath
public String getSourceFilePath()
getErrorBaseFileName
public String getErrorBaseFileName()
Copyright © 2008-2012 Cybelia. All Rights Reserved.