saker.android Documentation TaskDoc JavaDoc Packages
public interface AarExtractWorkerTaskOutput
Output of the AAR entry extraction task.

The interface provides access to the location to where the files were extracted from the input AAR and the list of files that were extracted.

Methods
public default Set<FileLocation>
Gets the file locations that were found under the specified extracted directory entry.
public FileLocation
Gets the file location to where the specified entry was extracted.
public default FileLocation
Gets the file location to where the specified entry was extracted.
Gets the file locations that were found under the specified extracted directory entry.

If the entry to be extracted is a directory, this method returns the file locations for all the files that were recursively extracted from the directory entry.

The set of file locations if the specified entry was a directory. null if it was not a directory.
Gets the file location to where the specified entry was extracted.
The file location.
AarEntryNotFoundExceptionIf the given entry was not found in the AAR.
Gets the file location to where the specified entry was extracted.

Same as getFileLocation() to support automatic conversion to FileLocation.

The file location.
AarEntryNotFoundExceptionIf the given entry was not found in the AAR.