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