|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDefaultResourceDescriptionStrategy
Allows easy way to customize of what is indexed, i.e. put into a
DefaultReferenceDescription.
| Method Summary | |
|---|---|
boolean |
createEObjectDescriptions(org.eclipse.emf.ecore.EObject eObject,
IAcceptor<IEObjectDescription> acceptor)
Calculates the IEObjectDescriptions for eObject and passes them to the acceptor. |
boolean |
createReferenceDescriptions(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.common.util.URI exportedContainerURI,
IAcceptor<IReferenceDescription> acceptor)
Calculates the IReferenceDescriptions for external cross references from eObject and passes
them to the acceptor. |
| Method Detail |
|---|
boolean createEObjectDescriptions(org.eclipse.emf.ecore.EObject eObject,
IAcceptor<IEObjectDescription> acceptor)
IEObjectDescriptions for eObject and passes them to the acceptor.
eObject should be traversed.
boolean createReferenceDescriptions(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.common.util.URI exportedContainerURI,
IAcceptor<IReferenceDescription> acceptor)
IReferenceDescriptions for external cross references from eObject and passes
them to the acceptor.
eObject should be traversed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||