Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jaxb.core.JaxbFile

Packages that use JaxbFile
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.platform   
 

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

Fields in org.eclipse.jpt.jaxb.core with type parameters of type JaxbFile
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbFile,JptResourceModel> JaxbFile.RESOURCE_MODEL_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jaxb.core that return JaxbFile
 JaxbFile JaxbFactory.buildJaxbFile(JaxbProject jaxbProject, IFile file, IContentType contentType, JptResourceModel resourceModel)
          Construct a JAXB file for the specified JAXB project, file, content type, and resource model.
 JaxbFile JaxbProjectManager.getJaxbFile(IFile file)
          Return the JAXB file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JAXB file.
 JaxbFile JaxbProject.getJaxbFile(IFile file)
          Return the JAXB file corresponding to the specified file.
 

Methods in org.eclipse.jpt.jaxb.core that return types with arguments of type JaxbFile
 Iterable<JaxbFile> JaxbProject.getJaxbFiles()
          Return the JAXB project's JAXB files.
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type JaxbFile
 boolean JaxbFile.ContentIsKindOf.evaluate(JaxbFile jaxbFile)
           
 JptResourceModel JaxbFile.ResourceModelTransformer.transform(JaxbFile jaxbFile)
           
 

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

Methods in org.eclipse.jpt.jaxb.core.platform that return JaxbFile
 JaxbFile JaxbPlatform.buildJaxbFile(JaxbProject jaxbProject, IFile file)
          Return a JAXB file corresponding to the specified Eclipse file.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.