Class PluginInfo

java.lang.Object
org.frankframework.components.ComponentInfo
org.frankframework.components.plugins.PluginInfo
All Implemented Interfaces:
org.pf4j.PluginDescriptor

public class PluginInfo extends ComponentInfo implements org.pf4j.PluginDescriptor
  • Constructor Details

    • PluginInfo

      public PluginInfo(Manifest manifest)
  • Method Details

    • getPluginId

      public String getPluginId()
      Specified by:
      getPluginId in interface org.pf4j.PluginDescriptor
    • getPluginDescription

      public String getPluginDescription()
      Specified by:
      getPluginDescription in interface org.pf4j.PluginDescriptor
    • getRequires

      public String getRequires()
      Specified by:
      getRequires in interface org.pf4j.PluginDescriptor
    • getProvider

      public String getProvider()
      Specified by:
      getProvider in interface org.pf4j.PluginDescriptor
    • getLicense

      public String getLicense()
      Specified by:
      getLicense in interface org.pf4j.PluginDescriptor
    • getPluginClass

      public String getPluginClass()
      Specified by:
      getPluginClass in interface org.pf4j.PluginDescriptor
    • getDependencies

      public List<org.pf4j.PluginDependency> getDependencies()
      Specified by:
      getDependencies in interface org.pf4j.PluginDescriptor