Interface JarProcessor

All Known Implementing Classes:
AccessWidenerJarProcessor

public interface JarProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isInvalid​(File file)
    Return true to make all jar processors run again, return false to use the existing results of jar processing.
    void
    process​(File file)
    Currently this is a destructive process that replaces the existing jar.
    void
     
  • Method Details

    • setup

      void setup()
    • process

      void process(File file)
      Currently this is a destructive process that replaces the existing jar.
    • isInvalid

      boolean isInvalid(File file)
      Return true to make all jar processors run again, return false to use the existing results of jar processing.