Package org.pf4j

Class DefaultExtensionFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T create​(java.lang.Class<T> extensionClass)
      Creates an extension instance.
      • Methods inherited from class java.lang.Object

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

      • log

        private static final org.slf4j.Logger log
    • Constructor Detail

      • DefaultExtensionFactory

        public DefaultExtensionFactory()
    • Method Detail

      • create

        public <T> T create​(java.lang.Class<T> extensionClass)
        Creates an extension instance.
        Specified by:
        create in interface ExtensionFactory