|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface provided by constraint descriptors that are parsed from XML configuration data (such as is implemented in plug-in manifests).
Method Summary | |
---|---|
org.eclipse.core.runtime.IConfigurationElement |
getConfig()
Obtains the Eclipse configuration element from which I was initialized. |
void |
resolveTargetTypes(java.lang.String[] namespaceUris)
I resolve all class names registered with me from %lt;target> elements in the constraint XML to EClass
instances in the specified URI namespace.
|
Methods inherited from interface org.eclipse.emf.validation.service.IConstraintDescriptor |
---|
addCategory, getBody, getCategories, getDescription, getEvaluationMode, getException, getId, getMessagePattern, getName, getPluginId, getSeverity, getStatusCode, isBatch, isEnabled, isError, isLive, removeCategory, setEnabled, setError, targetsEvent, targetsTypeOf |
Method Detail |
public org.eclipse.core.runtime.IConfigurationElement getConfig()
public void resolveTargetTypes(java.lang.String[] namespaceUris)
I resolve all class names registered with me from %lt;target>
elements in the constraint XML to EClass
instances in the specified URI namespace.
This method must be invoked before any requests for constraints are received by the framework.
namespaceUris
- the namespace URIs of the EPackages in which to
search for EClass
es by name
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |