JarInput

public interface JarInput extends 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 methods

abstract Status

Inherited methods

From com.android.build.api.transform.QualifiedContent
abstract Set<QualifiedContent.ContentType>

Returns the type of content that the stream represents.

abstract File

Returns he location of the content.

abstract String

Returns the name of the content.

abstract Set<Object>

Returns the scope of the content.

Public methods

getStatus

abstract Status getStatus()