@Beta public interface JarInput extends QualifiedContent
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:
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.QualifiedContent.ContentType, QualifiedContent.DefaultContentType, QualifiedContent.Scope| Modifier and Type | Method and Description |
|---|---|
Status |
getStatus() |
getContentTypes, getFile, getName, getScopes@NonNull Status getStatus()