|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfsam.guiclient.plugins.PlugInsLoader
public class PlugInsLoader
Loader for plugins. This tries to get the plugins directory if no pluginsDirectory is given.
Constructor Summary | |
---|---|
PlugInsLoader(java.lang.String pluginsDirectory)
Constructor |
Method Summary | |
---|---|
java.util.Map<PluginDataModel,AbstractPlugablePanel> |
loadPlugins()
load the plugins and return |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlugInsLoader(java.lang.String pluginsDirectory) throws PluginException
pluginsDirectory
- Plug ins absolute path. If it's null or empty it tries to find the plugins dir.
PluginLoadException
PluginException
Method Detail |
---|
public java.util.Map<PluginDataModel,AbstractPlugablePanel> loadPlugins() throws PluginException
PluginException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |