|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.plugin.PluginCollection
org.processmining.importing.ImportPluginCollection
public class ImportPluginCollection
Collection of import plugins.
ImportPlugin
Constructor Summary | |
---|---|
protected |
ImportPluginCollection()
|
Method Summary | |
---|---|
static ImportPluginCollection |
getInstance()
Returns an instance of an ImportPluginCollection . |
boolean |
isValidPlugin(Plugin plugin)
Returns true if the given plugin is an ImportPlugin . |
Methods inherited from class org.processmining.framework.plugin.PluginCollection |
---|
addPlugin, get, get, getByKey, getPlugins, loadFromIni, loadPlugin, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ImportPluginCollection()
Method Detail |
---|
public static ImportPluginCollection getInstance()
ImportPluginCollection
.
ImportPluginCollection
public boolean isValidPlugin(Plugin plugin)
true
if the given plugin is an ImportPlugin
.
isValidPlugin
in class PluginCollection
plugin
- the plugin to check
true
if the given plugin is an ImportPlugin
,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |