JarInput

interface JarInput : QualifiedContent
com.android.build.api.transform.JarInput

A QualifiedContent of type jar.

This means the getFile() is the jar file containing the content.

This also contains the incremental state of the jar file, if the transform is in incremental mode through getStatus().

For a transform to run in incremental mode:

If the transform is not in incremental mode, getStatus() always returns Status#NOTCHANGED.

Summary

Public methods

abstract Status

Inherited functions

Public methods

getStatus

@NonNull abstract fun getStatus(): Status