Uses of Interface
org.eclipse.jpt.core.JpaFile

Packages that use JpaFile
org.eclipse.jpt.core   
org.eclipse.jpt.ui   
 

Uses of JpaFile in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JpaFile
 JpaFile JpaPlatform.buildJpaFile(JpaProject jpaProject, org.eclipse.core.resources.IFile file)
          Return a JPA file corresponding to the specified Eclipse file.
 JpaFile JpaFactory.buildJpaFile(JpaProject jpaProject, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.content.IContentType contentType, JpaResourceModel resourceModel)
          Construct a JPA file for the specified JPA project, file, content type, and resource model.
 JpaFile JpaProject.getJpaFile(org.eclipse.core.resources.IFile file)
          Return the JPA file corresponding to the specified file.
 JpaFile JpaProjectManager.getJpaFile(org.eclipse.core.resources.IFile file)
          Return the JPA file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JPA file.
static JpaFile JptCorePlugin.getJpaFile(org.eclipse.core.resources.IFile file)
          Return the JPA file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JPA file.
static JpaFile JptCorePlugin.getJpaFile(org.eclipse.core.resources.IProject project, java.lang.String defaultURI)
           
 

Methods in org.eclipse.jpt.core that return types with arguments of type JpaFile
 java.util.Iterator<JpaFile> JpaProject.jpaFiles()
          Return the JPA project's JPA files.
 

Uses of JpaFile in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui with parameters of type JpaFile
 JpaStructureProvider JpaPlatformUi.getStructureProvider(JpaFile jpaFile)
          Return a structure provider for the specified JPA file.