Uses of Interface
org.eclipse.jpt.jaxb.core.platform.JaxbPlatformDescription

Packages that use JaxbPlatformDescription
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.libprov   
org.eclipse.jpt.jaxb.core.platform   
org.eclipse.jpt.jaxb.eclipselink.core   
org.eclipse.jpt.jaxb.ui.platform   
 

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

Fields in org.eclipse.jpt.jaxb.core declared as JaxbPlatformDescription
static JaxbPlatformDescription GenericJaxbPlatform.VERSION_2_1
           
static JaxbPlatformDescription GenericJaxbPlatform.VERSION_2_2
           
 

Methods in org.eclipse.jpt.jaxb.core that return JaxbPlatformDescription
static JaxbPlatformDescription JptJaxbCorePlugin.getDefaultPlatform(org.eclipse.wst.common.project.facet.core.IProjectFacetVersion jaxbFacetVersion)
          Return the default JaxbPlatformDescription for new JAXB projects with the given JAXB facet version.
static JaxbPlatformDescription JptJaxbCorePlugin.getJaxbPlatformDescription(org.eclipse.core.resources.IProject project)
          Return the JaxbPlatformDescription associated with the specified Eclipse project.
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type JaxbPlatformDescription
static void JptJaxbCorePlugin.setDefaultJaxbPlatform(org.eclipse.wst.common.project.facet.core.IProjectFacetVersion jaxbFacetVersion, JaxbPlatformDescription platform)
          Set the default JaxbPlatformDescription for new JAXB projects with the given JAXB facet version.
static void JptJaxbCorePlugin.setJaxbPlatform(org.eclipse.core.resources.IProject project, JaxbPlatformDescription platform)
          Set the JaxbPlatformDescription associated with the specified Eclipse project.
 

Uses of JaxbPlatformDescription in org.eclipse.jpt.jaxb.core.libprov
 

Methods in org.eclipse.jpt.jaxb.core.libprov that return JaxbPlatformDescription
 JaxbPlatformDescription JaxbLibraryProviderInstallOperationConfig.getJaxbPlatform()
           
 

Methods in org.eclipse.jpt.jaxb.core.libprov with parameters of type JaxbPlatformDescription
 void JaxbLibraryProviderInstallOperationConfig.setJaxbPlatform(JaxbPlatformDescription jaxbPlatform)
           
 

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

Methods in org.eclipse.jpt.jaxb.core.platform that return JaxbPlatformDescription
 JaxbPlatformDescription JaxbPlatformManager.getDefaultJaxbPlatform(org.eclipse.wst.common.project.facet.core.IProjectFacetVersion jaxbFacetVersion)
          Returns the first JAXB platform registered as a default platform and which supports the given JAXB facet version.
 JaxbPlatformDescription JaxbPlatformDefinition.getDescription()
           
 JaxbPlatformDescription JaxbPlatform.getDescription()
           
 JaxbPlatformDescription JaxbPlatformManager.getJaxbPlatform(java.lang.String platformId)
           
 

Methods in org.eclipse.jpt.jaxb.core.platform that return types with arguments of type JaxbPlatformDescription
 java.lang.Iterable<JaxbPlatformDescription> JaxbPlatformManager.getJaxbPlatforms()
           
 java.lang.Iterable<JaxbPlatformDescription> JaxbPlatformGroupDescription.getPlatforms()
           
 

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

Fields in org.eclipse.jpt.jaxb.eclipselink.core declared as JaxbPlatformDescription
static JaxbPlatformDescription ELJaxbPlatform.VERSION_2_1
           
static JaxbPlatformDescription ELJaxbPlatform.VERSION_2_2
           
static JaxbPlatformDescription ELJaxbPlatform.VERSION_2_3
           
 

Uses of JaxbPlatformDescription in org.eclipse.jpt.jaxb.ui.platform
 

Methods in org.eclipse.jpt.jaxb.ui.platform with parameters of type JaxbPlatformDescription
 JaxbPlatformUi JaxbPlatformUiManager.getJaxbPlatformUi(JaxbPlatformDescription platformDesc)
          Return the platform UI responsible for providing UI elements for the given JAXB platform description