Class ConverterAmandroid

java.lang.Object
de.foellix.aql.converter.amandroid.ConverterAmandroidBase
de.foellix.aql.converter.amandroid.ConverterAmandroid
All Implemented Interfaces:
IConverter

public class ConverterAmandroid extends ConverterAmandroidBase implements IConverter
  • Constructor Details

    • ConverterAmandroid

      public ConverterAmandroid()
  • Method Details

    • parse

      public Answer parse(ConverterTask task) throws Exception
      Description copied from interface: IConverter
      Converts a tool's result.
      Specified by:
      parse in interface IConverter
      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.