|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.homeunix.thecave.moss.plugin.factory.PluginFactory
org.homeunix.thecave.buddi.plugin.BuddiPluginFactory
public class BuddiPluginFactory
| Field Summary | |
|---|---|
static java.io.FileFilter |
pluginFilter
|
| Constructor Summary | |
|---|---|
BuddiPluginFactory()
|
|
| Method Summary | |
|---|---|
static void |
forcePluginRefresh()
Removes all the plugins from the cache. |
static java.util.List<java.io.File> |
getPluginFiles()
|
static java.util.List<? extends MossPlugin> |
getPlugins(java.lang.Class<? extends MossPlugin> pluginType)
Returns all plugins, both in the classpath and in plugin dirs, of the given type. |
| Methods inherited from class org.homeunix.thecave.moss.plugin.factory.PluginFactory |
|---|
getMossPluginsFromJar, getValidPluginFromClasspath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.io.FileFilter pluginFilter
| Constructor Detail |
|---|
public BuddiPluginFactory()
| Method Detail |
|---|
public static void forcePluginRefresh()
public static java.util.List<? extends MossPlugin> getPlugins(java.lang.Class<? extends MossPlugin> pluginType)
pluginType -
public static java.util.List<java.io.File> getPluginFiles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||