org.eclipse.jpt.jaxb.core.platform
Interface JaxbPlatformDefinition


public interface JaxbPlatformDefinition

Provisional API: This class is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.0
Version:
3.0

Method Summary
 AnnotationDefinition[] getAnnotationDefinitions()
           
 java.lang.Iterable<DefaultJavaAttributeMappingDefinition> getDefaultJavaAttributeMappingDefinitions()
          Return the mapping definitions to use for default java attribute mappings for this platform.
 JaxbPlatformDescription getDescription()
           
 JaxbFactory getFactory()
           
 JptResourceType getMostRecentSupportedResourceType(org.eclipse.core.runtime.content.IContentType contentType)
          Return the most recent resource type for the given content type supported by this platform
 NestableAnnotationDefinition[] getNestableAnnotationDefinitions()
           
 org.eclipse.jpt.common.utility.internal.iterables.ListIterable<JaxbResourceModelProvider> getResourceModelProviders()
          Return the resource model providers that apply to this platform.
 java.lang.Iterable<JavaAttributeMappingDefinition> getSpecifiedJavaAttributeMappingDefinitions()
          Return the mapping definitions to use for specified java attribute mappings for this platform.
 

Method Detail

getDescription

JaxbPlatformDescription getDescription()

getFactory

JaxbFactory getFactory()

getAnnotationDefinitions

AnnotationDefinition[] getAnnotationDefinitions()

getNestableAnnotationDefinitions

NestableAnnotationDefinition[] getNestableAnnotationDefinitions()

getResourceModelProviders

org.eclipse.jpt.common.utility.internal.iterables.ListIterable<JaxbResourceModelProvider> getResourceModelProviders()
Return the resource model providers that apply to this platform.


getMostRecentSupportedResourceType

JptResourceType getMostRecentSupportedResourceType(org.eclipse.core.runtime.content.IContentType contentType)
Return the most recent resource type for the given content type supported by this platform


getDefaultJavaAttributeMappingDefinitions

java.lang.Iterable<DefaultJavaAttributeMappingDefinition> getDefaultJavaAttributeMappingDefinitions()
Return the mapping definitions to use for default java attribute mappings for this platform.


getSpecifiedJavaAttributeMappingDefinitions

java.lang.Iterable<JavaAttributeMappingDefinition> getSpecifiedJavaAttributeMappingDefinitions()
Return the mapping definitions to use for specified java attribute mappings for this platform.