Class CurrentContextPluginSetupDescriptor

java.lang.Object
de.iip_ecosphere.platform.support.plugins.CurrentContextPluginSetupDescriptor
All Implemented Interfaces:
PluginSetupDescriptor

public class CurrentContextPluginSetupDescriptor extends Object implements PluginSetupDescriptor
A default plugin setup descriptor taking the actual thread's context class loader or as fallback the specified parent classloader as actual one. This descriptor is intended for plugins that do not need to load further classes or, in turn, use the plugin mechanism for implementation.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • CurrentContextPluginSetupDescriptor

      public CurrentContextPluginSetupDescriptor()
  • Method Details