Dali Provisional API
Release 3.2

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

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

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.
 JaxbProject JaxbProjectManager.getJaxbProject(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
 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, IFile file, IContentType contentType, JptResourceModel resourceModel)
          Construct a JAXB file for the specified JAXB project, file, content type, and resource model.
 JptResourceModel JaxbResourceModelProvider.buildResourceModel(JaxbProject jaxbProject, 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, IFile file)
          Return a JAXB file corresponding to the specified Eclipse file.
 

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

Subinterfaces of JaxbProject in org.eclipse.jpt.jaxb.eclipselink.core
 interface ELJaxbProject
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.