Interface VerifierPlugin

All Known Implementing Classes:
JPMSModuleInfoPlugin, SPIDescriptorGenerator

public interface VerifierPlugin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    verify(Analyzer analyzer)
    This plugin is called after the manifest generation and after the jar is fully populated with resources.
  • Method Details

    • verify

      void verify(Analyzer analyzer) throws Exception
      This plugin is called after the manifest generation and after the jar is fully populated with resources. The plugin is intended to verify details of the jar and manifest.
      Parameters:
      analyzer -
      Throws:
      Exception