Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.resource.jaxbindex
Interface JaxbIndexResource

All Superinterfaces:
JptResourceModel, JptResourceTypeReference

public interface JaxbIndexResource
extends JptResourceModel


Nested Class Summary
static class JaxbIndexResource.ClassNamesTransformer
           
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbIndexResource,Iterable<String>> CLASS_NAMES_TRANSFORMER
           
static IContentType CONTENT_TYPE
          The content type for jaxb.index files.
static JptResourceType RESOURCE_TYPE
          The resource type for jaxb.index files.
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
RESOURCE_TYPE_TRANSFORMER
 
Method Summary
 Iterable<String> getFullyQualifiedClassNames()
           
 String getPackageName()
           
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceModel
addResourceModelListener, getFile, removeResourceModelListener
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
getResourceType
 

Field Detail

CONTENT_TYPE

static final IContentType CONTENT_TYPE
The content type for jaxb.index files.


RESOURCE_TYPE

static final JptResourceType RESOURCE_TYPE
The resource type for jaxb.index files.


CLASS_NAMES_TRANSFORMER

static final org.eclipse.jpt.common.utility.transformer.Transformer<JaxbIndexResource,Iterable<String>> CLASS_NAMES_TRANSFORMER
Method Detail

getPackageName

String getPackageName()

getFullyQualifiedClassNames

Iterable<String> getFullyQualifiedClassNames()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.