org.processmining.exporting
Class ExportPluginCollection

java.lang.Object
  extended by org.processmining.framework.plugin.PluginCollection
      extended by org.processmining.exporting.ExportPluginCollection

public class ExportPluginCollection
extends PluginCollection

Version:
1.0
Author:
Peter van den Brand

Constructor Summary
protected ExportPluginCollection()
           
 
Method Summary
static ExportPluginCollection getInstance()
          Returns an instance of an ExportPluginCollection.
 boolean isValidPlugin(Plugin plugin)
          Returns true if the given plugin is an ExportPlugin.
 
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

ExportPluginCollection

protected ExportPluginCollection()
Method Detail

getInstance

public static ExportPluginCollection getInstance()
Returns an instance of an ExportPluginCollection.

Returns:
an instance of an ExportPluginCollection

isValidPlugin

public boolean isValidPlugin(Plugin plugin)
Returns true if the given plugin is an ExportPlugin.

Specified by:
isValidPlugin in class PluginCollection
Parameters:
plugin - the plugin to check
Returns:
true if the given plugin is an ExportPlugin, false otherwise.