com.cybelia.sandra.ibu
Class MigrationContext

java.lang.Object
  extended by com.cybelia.sandra.ibu.MigrationContext

public class MigrationContext
extends Object


Field Summary
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 Summary
MigrationContext()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MigrationContext

public MigrationContext()
Method Detail

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.