|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.emf.validation.validity.export.ValidityExporterRegistry
public class ValidityExporterRegistry
This will contain all ocl-export extension that have been parsed from the extension point.
Field Summary | |
---|---|
static ValidityExporterRegistry |
INSTANCE
|
Method Summary | |
---|---|
void |
addExporter(IValidityExporterDescriptor exporter)
Adds an extension to the registry. |
void |
clearRegistry()
Removes all extensions from the registry. |
IValidityExporter |
getExporter(java.lang.String exporterType)
|
java.util.Collection<IValidityExporterDescriptor> |
getRegisteredExtensions()
Returns a copy of the registered extensions list. |
static void |
initialize(ValidityExporterRegistry registry)
|
void |
removeExtension(java.lang.String exporterType)
Removes a phantom from the registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@NonNull public static final ValidityExporterRegistry INSTANCE
Method Detail |
---|
public static void initialize(@NonNull ValidityExporterRegistry registry)
public void addExporter(@NonNull IValidityExporterDescriptor exporter)
extension
- The extension that is to be added to the registry.public void clearRegistry()
@Nullable public IValidityExporter getExporter(@NonNull java.lang.String exporterType)
public java.util.Collection<IValidityExporterDescriptor> getRegisteredExtensions()
public void removeExtension(@NonNull java.lang.String exporterType)
extensionClassName
- Qualified class name of the extension point which corresponding
phantom is to be removed from the registry.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |