Dali Provisional API
Release 3.2

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

Packages that use JaxbPlatformConfig
org.eclipse.jpt.jaxb.core.libprov   
org.eclipse.jpt.jaxb.core.platform   
 

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

Methods in org.eclipse.jpt.jaxb.core.libprov that return JaxbPlatformConfig
 JaxbPlatformConfig JaxbLibraryProviderInstallOperationConfig.getJaxbPlatformConfig()
           
 

Methods in org.eclipse.jpt.jaxb.core.libprov with parameters of type JaxbPlatformConfig
 void JaxbLibraryProviderInstallOperationConfig.setJaxbPlatformConfig(JaxbPlatformConfig jaxbPlatformConfig)
           
 

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

Fields in org.eclipse.jpt.jaxb.core.platform with type parameters of type JaxbPlatformConfig
static org.eclipse.jpt.common.utility.predicate.Predicate<JaxbPlatformConfig> JaxbPlatformConfig.IS_DEFAULT
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbPlatformConfig,String> JaxbPlatformConfig.LABEL_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jaxb.core.platform that return JaxbPlatformConfig
 JaxbPlatformConfig JaxbPlatformDefinition.getConfig()
           
 JaxbPlatformConfig JaxbPlatform.getConfig()
           
 JaxbPlatformConfig JaxbPlatformManager.getDefaultJaxbPlatformConfig(IProjectFacetVersion jaxbFacetVersion)
          Return the JAXB platform config that is the workspace's default for the specified JAXB facet version.
 JaxbPlatformConfig JaxbPlatformManager.getJaxbPlatformConfig(String jaxbPlatformID)
          Return the JAXB platform config for the specified ID.
 

Methods in org.eclipse.jpt.jaxb.core.platform that return types with arguments of type JaxbPlatformConfig
 Iterable<JaxbPlatformConfig> JaxbPlatformGroupConfig.getJaxbPlatformConfigs()
          Return the JAXB platform configs that belong to the group.
 Iterable<JaxbPlatformConfig> JaxbPlatformManager.getJaxbPlatformConfigs()
          Return all the JAXB platform configs.
 Iterable<JaxbPlatformConfig> JaxbPlatformManager.getJaxbPlatformConfigs(IProjectFacetVersion jaxbFacetVersion)
          Return the JAXB platform configs that support the specified JAXB facet version.
 

Methods in org.eclipse.jpt.jaxb.core.platform with parameters of type JaxbPlatformConfig
 boolean JaxbPlatformConfig.SupportsJaxbFacetVersion.evaluate(JaxbPlatformConfig config)
           
 boolean JaxbPlatformConfig.IsDefault.evaluate(JaxbPlatformConfig config)
           
 void JaxbPlatformManager.setDefaultJaxbPlatformConfig(IProjectFacetVersion jaxbFacetVersion, JaxbPlatformConfig config)
          Set the workspace's default JAXB platform config for the specified JAXB facet version.
 String JaxbPlatformConfig.LabelTransformer.transform(JaxbPlatformConfig config)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.