Dali Provisional API
Release 3.2

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

Packages that use JaxbIndexResource
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.resource.jaxbindex   
 

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

Methods in org.eclipse.jpt.jaxb.core that return JaxbIndexResource
 JaxbIndexResource JaxbProject.getJaxbIndexResource(String packageName)
          Return the first jaxb.index resource model (could be multiple if there are multiple locations for a given package) with the given package name
 

Methods in org.eclipse.jpt.jaxb.core that return types with arguments of type JaxbIndexResource
 Iterable<JaxbIndexResource> JaxbProject.getJaxbIndexResources()
          Return all jaxb.index resource models within the project
 

Uses of JaxbIndexResource in org.eclipse.jpt.jaxb.core.resource.jaxbindex
 

Fields in org.eclipse.jpt.jaxb.core.resource.jaxbindex with type parameters of type JaxbIndexResource
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbIndexResource,Iterable<String>> JaxbIndexResource.CLASS_NAMES_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jaxb.core.resource.jaxbindex with parameters of type JaxbIndexResource
 Iterable<String> JaxbIndexResource.ClassNamesTransformer.transform(JaxbIndexResource jaxbIndexResource)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.