saker.android Documentation TaskDoc JavaDoc Packages
public interface Aapt2AarCompileWorkerTaskOutput
Output of the AAR aapt2 compilation worker task.
Methods
public FileLocation
Gets the file location of the input AAR library that was compiled.
public FileLocation
Gets the file location of the AndroidManifest.xml file of the AAR.
public NavigableSet<SakerPath>
Gets the paths to the output compiled resource files.
public FileLocation
Gets the path to the extracted R.txt file of the AAR.
public abstract FileLocation getAarFile()
Gets the file location of the input AAR library that was compiled.
The file location.
Gets the file location of the AndroidManifest.xml file of the AAR.
The file location
Gets the paths to the output compiled resource files.
A set of absolute execution paths.
public abstract FileLocation getRTxtFile()
Gets the path to the extracted R.txt file of the AAR.
The file location or null if the AAR library didn't contain an R.txt file.