com.android.build.api.transform
Interface JarInput

All Superinterfaces:
QualifiedContent

@Beta
public interface JarInput
extends QualifiedContent

A QualifiedContent of type jar.

This means the QualifiedContent.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.

This API is non final and is subject to change. We are looking for feedback, and will attempt to stabilize it in the 1.6 time frame.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.android.build.api.transform.QualifiedContent
QualifiedContent.ContentType, QualifiedContent.DefaultContentType, QualifiedContent.Scope
 
Method Summary
 Status getStatus()
           
 
Methods inherited from interface com.android.build.api.transform.QualifiedContent
getContentTypes, getFile, getName, getScopes
 

Method Detail

getStatus

@NonNull
Status getStatus()