|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
@Beta public interface JarInput
A QualifiedContent of type jar.
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:
Transform.isIncremental() must return trueTransform.transform(Context, Collection, Collection, TransformOutputProvider, boolean)
must be true.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 |
|---|
@NonNull Status getStatus()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||