Uses of Interface
org.eclipse.jpt.jaxb.core.JaxbFile

Packages that use JaxbFile
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.platform   
 

Uses of JaxbFile in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return JaxbFile
 JaxbFile JaxbFactory.buildJaxbFile(JaxbProject jaxbProject, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.content.IContentType contentType, JptResourceModel resourceModel)
          Construct a JAXB file for the specified JAXB project, file, content type, and resource model.
 JaxbFile JaxbProjectManager.getJaxbFile(org.eclipse.core.resources.IFile file)
          Return the JAXB file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JAXB file.
 JaxbFile JaxbProject.getJaxbFile(org.eclipse.core.resources.IFile file)
          Return the JAXB file corresponding to the specified file.
 

Methods in org.eclipse.jpt.jaxb.core that return types with arguments of type JaxbFile
 java.lang.Iterable<JaxbFile> JaxbProject.getJaxbFiles()
          Return the JAXB project's JAXB files.
 

Uses of JaxbFile in org.eclipse.jpt.jaxb.core.platform
 

Methods in org.eclipse.jpt.jaxb.core.platform that return JaxbFile
 JaxbFile JaxbPlatform.buildJaxbFile(JaxbProject jaxbProject, org.eclipse.core.resources.IFile file)
          Return a JAXB file corresponding to the specified Eclipse file.