Package aQute.bnd.plugin.jpms
Class JPMSModuleInfoPlugin
- java.lang.Object
-
- aQute.bnd.plugin.jpms.JPMSModuleInfoPlugin
-
- All Implemented Interfaces:
VerifierPlugin
public class JPMSModuleInfoPlugin extends java.lang.Object implements VerifierPlugin
A plugin to generate a module-info class from analyzer metadata and bundle annotations.
-
-
Constructor Summary
Constructors Constructor Description JPMSModuleInfoPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface aQute.bnd.service.verifier.VerifierPlugin
ordering
-
-
-
-
Method Detail
-
verify
public void verify(Analyzer analyzer) throws java.lang.Exception
Description copied from interface:VerifierPlugin
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.- Specified by:
verify
in interfaceVerifierPlugin
- Throws:
java.lang.Exception
-
-