org.eclipse.jpt.jaxb.core
Interface JaxbProject.Config

Enclosing interface:
JaxbProject

public static interface JaxbProject.Config

The settings used to construct a JAXB project.


Method Summary
 JaxbPlatformDefinition getPlatformDefinition()
          Return the JAXB platform definition to be associated with the new JAXB project.
 org.eclipse.core.resources.IProject getProject()
          Return the Eclipse project to be associated with the new JAXB project.
 

Method Detail

getProject

org.eclipse.core.resources.IProject getProject()
Return the Eclipse project to be associated with the new JAXB project.


getPlatformDefinition

JaxbPlatformDefinition getPlatformDefinition()
Return the JAXB platform definition to be associated with the new JAXB project.