Class ConverterAmandroid
java.lang.Object
de.foellix.aql.converter.amandroid.ConverterAmandroidBase
de.foellix.aql.converter.amandroid.ConverterAmandroid
- All Implemented Interfaces:
IConverter
-
Field Summary
Fields inherited from class de.foellix.aql.converter.amandroid.ConverterAmandroidBase
app, intentLines, mapReferences, needles, resultFile, SEPARATOR, sourceFiles -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.foellix.aql.converter.amandroid.ConverterAmandroidBase
cleanUpIntentPart, cleanUpIntentString, computeIntentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.foellix.aql.converter.IConverter
recoverResultFromOutput
-
Constructor Details
-
ConverterAmandroid
public ConverterAmandroid()
-
-
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.
-