public interface JarProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInvalid(java.io.File file)
Return true to make all jar processors run again, return false to use the existing results of jar processing.
|
void |
process(java.io.File file)
Currently this is a destructive process that replaces the existing jar.
|
void |
setup() |
void setup()
void process(java.io.File file)
boolean isInvalid(java.io.File file)