|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Construct a JPA file for the specified file, to be added to the specified JPA project. |
JpaFile |
JpaFactory.buildJpaFile(JpaProject jpaProject,
org.eclipse.core.resources.IFile file,
ResourceModel resourceModel)
Construct a JPA file for the specified file and with the specified resource model, to be added to the specified JPA project. |
JpaFile |
JpaModel.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. |
JpaFile |
JpaProject.getJpaFile(org.eclipse.core.resources.IFile file)
Return the JPA file corresponding to the specified 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. |
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. |
java.util.Iterator<JpaFile> |
JpaProject.jpaFiles(java.lang.String contentTypeId)
Return the JPA project's JPA files for the specified content type ID. |
Uses of JpaFile in org.eclipse.jpt.ui |
---|
Methods in org.eclipse.jpt.ui with parameters of type JpaFile | |
---|---|
JpaStructureProvider |
JpaPlatformUi.buildStructureProvider(JpaFile jpaFile)
Return a *new* structure provider for the given JPA file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |