Class ConfiguredPlugin<T>


  • public class ConfiguredPlugin<T>
    extends java.lang.Object
    ConfiguredPlugin holds a plugin instance and configuration map
    Since:
    2014-02-19
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfiguredPlugin​(T instance, java.util.Map<java.lang.String,​java.lang.Object> configuration)  
      ConfiguredPlugin​(T instance, java.util.Map<java.lang.String,​java.lang.Object> configuration, CloseableProvider<T> closeable)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ConfiguredPlugin

        public ConfiguredPlugin​(T instance,
                                java.util.Map<java.lang.String,​java.lang.Object> configuration)
      • ConfiguredPlugin

        public ConfiguredPlugin​(T instance,
                                java.util.Map<java.lang.String,​java.lang.Object> configuration,
                                CloseableProvider<T> closeable)