org.mevenide.plugins
Interface ICustomPluginLoader


public interface ICustomPluginLoader

Author:
Milos Kleint

Method Summary
 PluginProperty[] loadProperties(java.lang.String plugin, java.lang.String version, boolean exactMatch)
          loads the enhanced properties for the given plugin.
 

Method Detail

loadProperties

PluginProperty[] loadProperties(java.lang.String plugin,
                                java.lang.String version,
                                boolean exactMatch)
loads the enhanced properties for the given plugin.

Parameters:
plugin - name of the plugin
version - version of the plugin
exactMatch - if true, shall return anything only if the Loader has the exact version available. else it's free to attempt a best match.


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