Uses of Interface
org.jorigin.plugin.IPlugger
Packages that use IPlugger
-
Uses of IPlugger in org.jorigin.plugin
Classes in org.jorigin.plugin that implement IPluggerModifier and TypeClassDescriptionclassThis class is a default implementation of theIPluggerinterface.Methods in org.jorigin.plugin with parameters of type IPluggerModifier and TypeMethodDescriptionbooleanIPlugin.pluginInit(IPlugger plugger) Init the plugin and give the plugin a reference to the plugger where it is registered.Constructors in org.jorigin.plugin with parameters of type IPluggerModifierConstructorDescriptionDefaultPluginManager(IPlugger plugger) Create a default plugin manager.