JarInput

interface JarInput : QualifiedContent


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 NOTCHANGED.

Summary

Public functions

Status!

Inherited functions

From class com.android.build.api.transform.QualifiedContent
(Mutable)Set<QualifiedContent.ContentType!>!

Returns the type of content that the stream represents.

File!

Returns he location of the content.

String!

Returns the name of the content.

(Mutable)Set<Any!>!

Returns the scope of the content.

Public functions

getStatus

fun getStatus(): Status!