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:
Transform#isIncremental()
must returntrue
- The parameter isIncremental of
Transform#transform(Context, Collection, Collection, TransformOutputProvider, boolean)
must betrue
.
getStatus()
always returns Status#NOTCHANGED
.
Summary
Public methods |
|
---|---|
abstract Status |
Inherited functions |
|
---|---|
Public methods
getStatus
@NonNull abstract fun getStatus(): Status