JarInput
interface JarInput : 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:
isIncremental
must returntrue
- The parameter isIncremental of
transform
must betrue
.
getStatus
always returns NOTCHANGED
.
Summary
Inherited functions |
|
---|---|