Class PluginLifecycleHandler

java.lang.Object
org.java.plugin.standard.PluginLifecycleHandler
org.java.plugin.standard.StandardPluginLifecycleHandler
repast.simphony.plugin.PluginLifecycleHandler

public class PluginLifecycleHandler extends org.java.plugin.standard.StandardPluginLifecycleHandler
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.java.plugin.PluginClassLoader
    createPluginClassLoader(org.java.plugin.registry.PluginDescriptor descr)
    Creates standard implementation of plug-in class loader.

    Methods inherited from class org.java.plugin.standard.StandardPluginLifecycleHandler

    afterPluginStop, beforePluginStart, configure, createPluginInstance, dispose

    Methods inherited from class org.java.plugin.standard.PluginLifecycleHandler

    getPluginManager, init

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • PluginLifecycleHandler

      public PluginLifecycleHandler()
  • Method Details

    • createPluginClassLoader

      protected org.java.plugin.PluginClassLoader createPluginClassLoader(org.java.plugin.registry.PluginDescriptor descr)
      Creates standard implementation of plug-in class loader.
      Overrides:
      createPluginClassLoader in class org.java.plugin.standard.StandardPluginLifecycleHandler
      See Also:
      • PluginLifecycleHandler.createPluginClassLoader(org.java.plugin.registry.PluginDescriptor)