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 -
Method Summary
Modifier and TypeMethodDescriptionprotected org.pf4j.PluginDescriptor
createPluginDescriptor
(Manifest manifest) Methods inherited from class org.pf4j.ManifestPluginDescriptorFinder
createPluginDescriptorInstance, find, isApplicable, readManifest, readManifestFromDirectory, readManifestFromJar, readManifestFromZip
-
Constructor Details
-
ManifestDescriptorFinder
public ManifestDescriptorFinder()
-
-
Method Details
-
createPluginDescriptor
- Overrides:
createPluginDescriptor
in classorg.pf4j.ManifestPluginDescriptorFinder
-