Package de.foellix.aql.converter
Class NoConverter
java.lang.Object
de.foellix.aql.converter.NoConverter
- All Implemented Interfaces:
IConverter
-
Constructor Details
-
NoConverter
public NoConverter()
-
-
Method Details
-
parse
Description copied from interface:IConverterConverts a tool's result.- Specified by:
parsein interfaceIConverter- Parameters:
task- the converter task. Example: For getting the result file use: "new File(task.getTaskInfo().getData(ConverterTaskInfo.RESULT_FILE))"- Returns:
- answer the converted AQL-Answer
- Throws:
Exception- in case something goes wrong exception message will be forwarded to AQL-System and be logged.
-