Dali Provisional API
Release 3.2

Package org.eclipse.jpt.common.core.resource.xml

Interface Summary
EBaseObject Common Dali behavior for EMF objects.
JptXmlResourceProvider Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
XML XML-related stuff.
 

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>  
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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.