org.mevenide.plugins
Class PluginInfoFactory

java.lang.Object
  extended by org.mevenide.plugins.PluginInfoFactory

public final class PluginInfoFactory
extends java.lang.Object

Author:
Milos Kleint

Method Summary
 PluginInfoManager createManager(org.mevenide.context.IQueryContext context)
           
static PluginInfoFactory getInstance()
           
 void setCustomLoader(ICustomPluginLoader ldr)
          by implementing ICustomPluginLoader and setting it, one can provide additional locations for the definition of plugin and it's properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PluginInfoFactory getInstance()

setCustomLoader

public void setCustomLoader(ICustomPluginLoader ldr)
by implementing ICustomPluginLoader and setting it, one can provide additional locations for the definition of plugin and it's properties


createManager

public PluginInfoManager createManager(org.mevenide.context.IQueryContext context)


Copyright © 2003-2005 The Codehaus. All Rights Reserved.