Class ManifestDescriptorFinder

java.lang.Object
org.pf4j.ManifestPluginDescriptorFinder
org.frankframework.components.plugins.ManifestDescriptorFinder
All Implemented Interfaces:
org.pf4j.PluginDescriptorFinder

public class ManifestDescriptorFinder extends org.pf4j.ManifestPluginDescriptorFinder
We use our own PluginDescriptor, but can use the handy tools from the parent class to find the Manifest file.
  • Field Summary

    Fields inherited from class org.pf4j.ManifestPluginDescriptorFinder

    PLUGIN_CLASS, PLUGIN_DEPENDENCIES, PLUGIN_DESCRIPTION, PLUGIN_ID, PLUGIN_LICENSE, PLUGIN_PROVIDER, PLUGIN_REQUIRES, PLUGIN_VERSION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.pf4j.PluginDescriptor
     

    Methods inherited from class org.pf4j.ManifestPluginDescriptorFinder

    createPluginDescriptorInstance, find, isApplicable, readManifest, readManifestFromDirectory, readManifestFromJar, readManifestFromZip

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ManifestDescriptorFinder

      public ManifestDescriptorFinder()
  • Method Details

    • createPluginDescriptor

      protected org.pf4j.PluginDescriptor createPluginDescriptor(Manifest manifest)
      Overrides:
      createPluginDescriptor in class org.pf4j.ManifestPluginDescriptorFinder