org.topbraidcomposer.wizards.export
Class ExportWizardPlugins
java.lang.Object
org.topbraidcomposer.wizards.export.ExportWizardPlugins
public class ExportWizardPlugins
- extends java.lang.Object
A Singleton to conveniently access the registered ExportWizardPlugins.
- Author:
- Holger Knublauch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTENSION_POINT
public static final java.lang.String EXTENSION_POINT
- See Also:
- Constant Field Values
ExportWizardPlugins
public ExportWizardPlugins()
addExtensions
public static void addExtensions(java.util.Collection collection)
getPlugin
public static IExportWizardPlugin getPlugin(java.lang.String extension)
listPlugins
public static java.util.Iterator listPlugins()