|
Class Summary |
| EBaseObjectImpl |
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| EBaseObjectImpl.XmlEAdapterList<E extends Object & Adapter> |
|
| EmfTools |
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| JptXmlResource |
To retrieve the JPA XML resource corresponding to an Eclipse file:
IFile file = (IFile) ResourcesPlugin.getWorkspace().getRoot().findMember("Foo.java");
JptXmlResource jpaXmlResource = (JptXmlResource) file.getAdapter(JptXmlResource.class);
This is a non-blocking call; and as a result it will return null
if the JPA XML resource or its JPA project is currently under construction. |