org.mevenide.plugins
Interface ICustomPluginLoader
public interface ICustomPluginLoader
an IDE dependant loader of enhanced property loader. Each implementaion
reads the information registered by the IDE's APIs..
- 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. |
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 pluginversion - version of the pluginexactMatch - 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.