Class CustomPluginFactory

  • All Implemented Interfaces:
    org.pf4j.PluginFactory

    
    public final class CustomPluginFactory
    extends DefaultPluginFactory
                        

    Custom plugin factory to enforce plugins having a context in which they run.

    Author:

    Griefed

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Plugin createInstance(Class<?> pluginClass, PluginWrapper pluginWrapper)
      • Methods inherited from class org.pf4j.PluginFactory

        create
      • Methods inherited from class org.pf4j.DefaultPluginFactory

        createUsingNoParametersConstructor
      • Methods inherited from class java.lang.Object

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

      • CustomPluginFactory

        CustomPluginFactory()
    • Method Detail