Uses of Interface
org.eclipse.jpt.jaxb.core.resource.jaxbprops.JaxbPropertiesResource

Packages that use JaxbPropertiesResource
org.eclipse.jpt.jaxb.core   
 

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

Methods in org.eclipse.jpt.jaxb.core that return JaxbPropertiesResource
 JaxbPropertiesResource JaxbProject.getJaxbPropertiesResource(java.lang.String packageName)
          Return the first jaxb.properties 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 JaxbPropertiesResource
 java.lang.Iterable<JaxbPropertiesResource> JaxbProject.getJaxbPropertiesResources()
          Return all jaxb.properties resource models within the project