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:
- isIncrementalmust return- true
- The parameter isIncremental of transformmust betrue.
getStatus always returns NOTCHANGED.
    Summary
| Inherited functions | |
|---|---|
