Interface JarProcessor
- All Known Implementing Classes:
AccessWidenerJarProcessor
public interface JarProcessor
-
Method Summary
-
Method Details
-
setup
void setup() -
process
Currently this is a destructive process that replaces the existing jar. -
isInvalid
Return true to make all jar processors run again, return false to use the existing results of jar processing.
-