|
Oxygen XML Editor, Version ${standalone-version-number} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.plugin.PluginManager
public class PluginManager
The plugin manager is responsable to find and instantiate plugins.
Method Summary | |
---|---|
List |
getExceptions()
Get the exceptions raised durring the plugin initialization. |
static PluginManager |
getInstance()
Get the singleton instance of the plugin manager. |
List |
getPlugins()
Get the registered plugins. |
boolean |
hasCustomURLHandlerPlugin(String protocol)
Check if there are any custom URL handler plugin registered... |
static boolean |
pluginsUpdateInProgress()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PluginManager getInstance()
public List getPlugins()
public List getExceptions()
public boolean hasCustomURLHandlerPlugin(String protocol)
protocol
- The protocol to be checked.
true
If the protocol is known, false
otherwise.public static boolean pluginsUpdateInProgress()
|
Oxygen XML Editor, Version ${standalone-version-number} | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |