Dali Provisional API
Release 3.2

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.
 IProject getProject()
          Return the Eclipse project to be associated with the new JAXB project.
 

Method Detail

getProject

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.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.