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

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

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

Methods in org.eclipse.jpt.jaxb.core that return JaxbProject
 JaxbProject JaxbFactory.buildJaxbProject(JaxbProject.Config config)
          Construct a JaxbProject for the specified config, to be added to the specified JAXB project.
 JaxbProject JaxbNode.getJaxbProject()
          Return the JAXB project the node belongs to.
static JaxbProject JptJaxbCorePlugin.getJaxbProject(org.eclipse.core.resources.IProject project)
          Return the JAXB project corresponding to the specified Eclipse project, or null if unable to associate the specified project with a JAXB project.
 JaxbProject JaxbProjectManager.getJaxbProject(org.eclipse.core.resources.IProject project)
          Return the JAXB project corresponding to the specified Eclipse project.
 

Methods in org.eclipse.jpt.jaxb.core that return types with arguments of type JaxbProject
 java.lang.Iterable<JaxbProject> JaxbProjectManager.getJaxbProjects()
          Return the JAXB model's JAXB projects.
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type JaxbProject
 JaxbContextRoot JaxbFactory.buildContextRoot(JaxbProject jaxbProject)
          Build a (/an updated) root context node to be associated with the given JAXB project.
 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.
 JptResourceModel JaxbResourceModelProvider.buildResourceModel(JaxbProject jaxbProject, org.eclipse.core.resources.IFile file)
          Build a JAXB resource model for the specified JAXB project and file.
 

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

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