|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JaxbPlatformManager
The org.eclipse.jpt.jaxb.core.jaxbPlatforms extension point
corresponding to a JAXB workspace.
See org.eclipse.jpt.jaxb.core/plugin.xml:jaxbPlatforms.
Not intended to be implemented by clients.
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
JaxbPlatform,
JaxbPlatformConfig| Method Summary | |
|---|---|
JaxbPlatformConfig |
getDefaultJaxbPlatformConfig(IProjectFacetVersion jaxbFacetVersion)
Return the JAXB platform config that is the workspace's default for the specified JAXB facet version. |
JaxbPlatformConfig |
getJaxbPlatformConfig(String jaxbPlatformID)
Return the JAXB platform config for the specified ID. |
Iterable<JaxbPlatformConfig> |
getJaxbPlatformConfigs()
Return all the JAXB platform configs. |
Iterable<JaxbPlatformConfig> |
getJaxbPlatformConfigs(IProjectFacetVersion jaxbFacetVersion)
Return the JAXB platform configs that support the specified JAXB facet version. |
JaxbPlatformDefinition |
getJaxbPlatformDefinition(String jaxbPlatformID)
Return the JAXB platform definition for the specified ID. |
JaxbPlatformGroupConfig |
getJaxbPlatformGroupConfig(String groupID)
Return the JAXB platform group config for the specified ID. |
Iterable<JaxbPlatformGroupConfig> |
getJaxbPlatformGroupConfigs()
Return all the JAXB platform group configs. |
JaxbWorkspace |
getJaxbWorkspace()
Return the manager's JAXB workspace. |
void |
setDefaultJaxbPlatformConfig(IProjectFacetVersion jaxbFacetVersion,
JaxbPlatformConfig config)
Set the workspace's default JAXB platform config for the specified JAXB facet version. |
| Method Detail |
|---|
JaxbWorkspace getJaxbWorkspace()
JaxbPlatformDefinition getJaxbPlatformDefinition(String jaxbPlatformID)
Iterable<JaxbPlatformGroupConfig> getJaxbPlatformGroupConfigs()
JaxbPlatformGroupConfig getJaxbPlatformGroupConfig(String groupID)
Iterable<JaxbPlatformConfig> getJaxbPlatformConfigs()
JaxbPlatformConfig getJaxbPlatformConfig(String jaxbPlatformID)
Iterable<JaxbPlatformConfig> getJaxbPlatformConfigs(IProjectFacetVersion jaxbFacetVersion)
JaxbPlatformConfig getDefaultJaxbPlatformConfig(IProjectFacetVersion jaxbFacetVersion)
void setDefaultJaxbPlatformConfig(IProjectFacetVersion jaxbFacetVersion,
JaxbPlatformConfig config)
getDefaultJaxbPlatformConfig(IProjectFacetVersion)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||