|
||||||||||
| 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.ValidityExporterDescriptor
public class ValidityExporterDescriptor
Describes an extension as contributed to the validity-exporter extension point.
| Constructor Summary | |
|---|---|
ValidityExporterDescriptor(org.eclipse.core.runtime.IConfigurationElement configuration,
java.lang.String exporterClassAttribute,
java.lang.String exporterType,
java.lang.String exporterName)
Instantiates a descriptor with all information. |
|
| Method Summary | |
|---|---|
IValidityExporter |
getExporter()
Creates an instance of this descriptor's IValidityExporter. |
java.lang.String |
getExporterName()
Returns this descriptor's "exporter" extension. |
java.lang.String |
getExporterType()
Returns this descriptor's "extension" name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidityExporterDescriptor(org.eclipse.core.runtime.IConfigurationElement configuration,
@NonNull
java.lang.String exporterClassAttribute,
@NonNull
java.lang.String exporterType,
@NonNull
java.lang.String exporterName)
configuration - Configuration element from which to create this descriptor.exporterName - exporterType - validityExporterClassAttribute - | Method Detail |
|---|
@NonNull public java.lang.String getExporterType()
getExporterType in interface IValidityExporterDescriptor@NonNull public java.lang.String getExporterName()
@Nullable public IValidityExporter getExporter()
IValidityExporter.
getExporter in interface IValidityExporterDescriptorIValidityExporter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||