Class ConverterDIALDroid

java.lang.Object
de.foellix.aql.converter.dialdroid.ConverterDIALDroid
All Implemented Interfaces:
IConverter

public class ConverterDIALDroid extends Object implements IConverter
Only reads database content. Ignores command line (intra-app) output internally given by FlowDroid.
  • Constructor Details

    • ConverterDIALDroid

      public ConverterDIALDroid()
  • Method Details

    • parse

      public Answer parse(ConverterTask task)
      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