saker.android Documentation TaskDoc JavaDoc Packages
public interface Aapt2CompileWorkerTaskOutput
Output of the aapt2 compilation operation.
Methods
public CompilationIdentifier
Gets the compilation identifier associated with this operation.
public NavigableSet<SakerPath>
Gets the paths to the compiled output resources.
public NavigableMap<String, ? extends SDKDescription>
Gets the SDKs that were used as part of the operation.
Gets the compilation identifier associated with this operation.
The compilation identifier.
Gets the paths to the compiled output resources.
A set of absolute output execution paths.
public abstract NavigableMap<String, ? extends SDKDescription> getSDKs()
Gets the SDKs that were used as part of the operation.
The SDKs.