|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractExtensionManager
org.topcased.modeler.export.ExporterManager
public final class ExporterManager
This class manages the extension point org.topcased.modeler.export.exporters
. It creates a cache of
all the registered exporters and handles dynamic plugins (update the cache).
Field Summary | |
---|---|
static java.lang.String |
EXTENSION_POINT
Id of the extension point |
Method Summary | |
---|---|
protected void |
addExtension(org.eclipse.core.runtime.IExtension extension)
|
ExporterDescriptor |
getExporter(java.lang.String format)
Returns the exporter for the given format |
ExporterDescriptor[] |
getExporters()
Returns the registered Exporter descriptors |
java.lang.String[] |
getFormats()
Returns the available export formats |
static ExporterManager |
getInstance()
Returns the shared instance |
protected void |
removeExtension(org.eclipse.core.runtime.IExtension extension)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EXTENSION_POINT
Method Detail |
---|
public static ExporterManager getInstance()
protected void addExtension(org.eclipse.core.runtime.IExtension extension)
org.topcased.facilities.extensions.AbstractExtensionManager#addExtension(org.eclipse.core.runtime.IExtension)
protected void removeExtension(org.eclipse.core.runtime.IExtension extension)
org.topcased.facilities.extensions.AbstractExtensionManager#removeExtension(org.eclipse.core.runtime.IExtension)
public ExporterDescriptor getExporter(java.lang.String format)
format
- the format
public java.lang.String[] getFormats()
public ExporterDescriptor[] getExporters()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.