saker.android Documentation TaskDoc JavaDoc Packages
public interface Aapt2CompileFrontendTaskOutput
Output of the aapt2 compile frontend task.

This is returned directly by the frontent aapt2 compilation task. It provides access to the additionally compiled AAR libraries in addition to the worker task identifier of the compiler task.

The implementations of this interface will also implement StructuredTaskResult.

Methods
public Collection<StructuredTaskResult>
Gets the structured task results of the automatically compiled AAR libraries.
public TaskIdentifier
Gets the task identifier of the worker task.
Gets the structured task results of the automatically compiled AAR libraries.

The result type of the tasks are Aapt2AarCompileWorkerTaskOutput.

The collection of structured task results.
Gets the task identifier of the worker task.

The worker task has a result type of Aapt2CompileWorkerTaskOutput.

The task id.