Uses of Class
org.eclipse.jpt.common.core.JptResourceType

Packages that use JptResourceType
org.eclipse.jpt.common.core   
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.platform   
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.resource.xml   
org.eclipse.jpt.jpa.eclipselink.core   
org.eclipse.jpt.jpa.ui   
 

Uses of JptResourceType in org.eclipse.jpt.common.core
 

Fields in org.eclipse.jpt.common.core declared as JptResourceType
static JptResourceType JptCommonCorePlugin.JAR_RESOURCE_TYPE
          The resource type for Java archives (JARs).
static JptResourceType JptCommonCorePlugin.JAVA_SOURCE_PACKAGE_INFO_RESOURCE_TYPE
          The resource type for package-info Java code files
static JptResourceType JptCommonCorePlugin.JAVA_SOURCE_RESOURCE_TYPE
          The resource type for Java source code files
 

Methods in org.eclipse.jpt.common.core that return JptResourceType
 JptResourceType JptResourceModel.getResourceType()
          Return the resource type of the model.
 

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

Fields in org.eclipse.jpt.jaxb.core declared as JptResourceType
static JptResourceType JptJaxbCorePlugin.JAXB_INDEX_RESOURCE_TYPE
          The resource type for jaxb.index files
static JptResourceType JptJaxbCorePlugin.JAXB_PROPERTIES_RESOURCE_TYPE
          The resource type for jaxb.properties files
 

Uses of JptResourceType in org.eclipse.jpt.jaxb.core.context
 

Methods in org.eclipse.jpt.jaxb.core.context that return JptResourceType
 JptResourceType JaxbContextNode.getResourceType()
          Return the resource type of the context node's resource.
 

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

Methods in org.eclipse.jpt.jaxb.core.platform that return JptResourceType
 JptResourceType JaxbPlatformDefinition.getMostRecentSupportedResourceType(org.eclipse.core.runtime.content.IContentType contentType)
          Return the most recent resource type for the given content type supported by this platform
 

Uses of JptResourceType in org.eclipse.jpt.jpa.core
 

Fields in org.eclipse.jpt.jpa.core declared as JptResourceType
static JptResourceType JptJpaCorePlugin.ORM_XML_1_0_RESOURCE_TYPE
          The resource type for orm.xml version 1.0 mapping files
static JptResourceType JptJpaCorePlugin.ORM_XML_2_0_RESOURCE_TYPE
          The resource type for orm.xml version 2.0 mapping files
static JptResourceType JptJpaCorePlugin.PERSISTENCE_XML_1_0_RESOURCE_TYPE
          The resource type for persistence.xml version 1.0 files
static JptResourceType JptJpaCorePlugin.PERSISTENCE_XML_2_0_RESOURCE_TYPE
          The resource type for persistence.xml version 2.0 files
 

Methods in org.eclipse.jpt.jpa.core that return JptResourceType
 JptResourceType JpaPlatformProvider.getMostRecentSupportedResourceType(org.eclipse.core.runtime.content.IContentType contentType)
          Return the most recent resource type for the given content type supported by this platform
 JptResourceType JpaPlatform.getMostRecentSupportedResourceType(org.eclipse.core.runtime.content.IContentType contentType)
          Return the most recent supported JptResourceType for the given content type.
 JptResourceType ResourceDefinition.getResourceType()
          Return the definition's resource type.
 JptResourceType JpaStructureNode.getResourceType()
          Return the content type of the structure node's resource.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JptResourceType
 ResourceDefinition JpaPlatform.getResourceDefinition(JptResourceType resourceType)
          Return a ResourceDefinition to describe the context model for a file of the given resource type.
 boolean JpaPlatform.supportsResourceType(JptResourceType resourceType)
          Return true if the resource type is supported.
 

Uses of JptResourceType in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return JptResourceType
 JptResourceType JpaContextNode.getResourceType()
          Return the resource type of the context node's resource.
 

Uses of JptResourceType in org.eclipse.jpt.jpa.core.resource.xml
 

Methods in org.eclipse.jpt.jpa.core.resource.xml that return JptResourceType
 JptResourceType JpaXmlResource.getResourceType()
          Build a new resource type every time(?).
 

Uses of JptResourceType in org.eclipse.jpt.jpa.eclipselink.core
 

Fields in org.eclipse.jpt.jpa.eclipselink.core declared as JptResourceType
static JptResourceType JptJpaEclipseLinkCorePlugin.ECLIPSELINK_ORM_XML_1_0_RESOURCE_TYPE
          The resource type for eclipselink-orm.xml version 1.0 mapping files
static JptResourceType JptJpaEclipseLinkCorePlugin.ECLIPSELINK_ORM_XML_1_1_RESOURCE_TYPE
          The resource type for eclipselink-orm.xml version 1.1 mapping files
static JptResourceType JptJpaEclipseLinkCorePlugin.ECLIPSELINK_ORM_XML_1_2_RESOURCE_TYPE
          The resource type for eclipselink-orm.xml version 1.1 mapping files
static JptResourceType JptJpaEclipseLinkCorePlugin.ECLIPSELINK_ORM_XML_2_0_RESOURCE_TYPE
          The resource type for eclipselink-orm.xml version 2.0 mapping files
static JptResourceType JptJpaEclipseLinkCorePlugin.ECLIPSELINK_ORM_XML_2_1_RESOURCE_TYPE
          The resource type for eclipselink-orm.xml version 2.1 mapping files
static JptResourceType JptJpaEclipseLinkCorePlugin.ECLIPSELINK_ORM_XML_2_2_RESOURCE_TYPE
          The resource type for eclipselink-orm.xml version 2.2 mapping files
static JptResourceType JptJpaEclipseLinkCorePlugin.ECLIPSELINK_ORM_XML_2_3_RESOURCE_TYPE
          The resource type for eclipselink-orm.xml version 2.3 mapping files
 

Uses of JptResourceType in org.eclipse.jpt.jpa.ui
 

Methods in org.eclipse.jpt.jpa.ui with parameters of type JptResourceType
 java.util.Iterator<MappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping>> JpaPlatformUi.attributeMappingUiDefinitions(JptResourceType resourceType)
           
 JpaComposite JpaPlatformUi.buildAttributeMappingComposite(JptResourceType resourceType, java.lang.String mappingKey, org.eclipse.swt.widgets.Composite parent, PropertyValueModel<AttributeMapping> mappingHolder, WidgetFactory widgetFactory)
           
 JpaComposite JpaPlatformUi.buildTypeMappingComposite(JptResourceType resourceType, java.lang.String mappingKey, org.eclipse.swt.widgets.Composite parent, PropertyValueModel<TypeMapping> mappingHolder, WidgetFactory widgetFactory)
           
 DefaultMappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping> JpaPlatformUi.getDefaultAttributeMappingUiDefinition(JptResourceType resourceType, java.lang.String mappingKey)
           
 DefaultMappingUiDefinition<PersistentType,? extends TypeMapping> JpaPlatformUi.getDefaultTypeMappingUiDefinition(JptResourceType resourceType)
           
 ResourceUiDefinition JpaPlatformUi.getResourceUiDefinition(JptResourceType resourceType)
          Return a resource ui definition for the specified resource type.
 boolean ResourceUiDefinition.providesUi(JptResourceType resourceType)
          Return whether this definition provides UI for resource of the given type
 java.util.Iterator<MappingUiDefinition<PersistentType,? extends TypeMapping>> JpaPlatformUi.typeMappingUiDefinitions(JptResourceType resourceType)