function
public DefinitionFile function(java.lang.String newOriginFile,
ProcessedDiffFile endProcessedFile,
java.lang.String oldAdaptedFile)
throws java.lang.InterruptedException,
ParserException,
java.io.FileNotFoundException,
ScannerException,
java.io.IOException,
java.lang.IllegalArgumentException,
ValueNotInRangeOfTypeException,
TypeDoesNotExistException,
TypeExceptions
- Parameters:
newOriginFile - Das neue AssignementFile. Dies soll angepasst werden
endProcessedFile - Das Ergebnis des Processors. Informationen zu Variablenänderungen/umbenennungen
sind hier gespeichert
oldAdaptedFile - Das vom Benutzer angepasste AssignmentFile.
- Returns:
- a migrited assignment file.
- Throws:
java.lang.InterruptedException - from the buffer.
ParserException - if there is any problem during the pars.
java.io.FileNotFoundException - if a file was not found.
ScannerException - if there is any problem during the scan.
java.io.IOException - if an IO error occurs.
java.lang.IllegalArgumentException - when an Illegal argument occurs.
ValueNotInRangeOfTypeException - if the value is not in the range of the type.
TypeDoesNotExistException - TypeDoesNotExistException
TypeExceptions - if an error occurs in a type.