Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.platform
Interface JaxbPlatformManager


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.

Since:
3.0
See Also:
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

getJaxbWorkspace

JaxbWorkspace getJaxbWorkspace()
Return the manager's JAXB workspace.


getJaxbPlatformDefinition

JaxbPlatformDefinition getJaxbPlatformDefinition(String jaxbPlatformID)
Return the JAXB platform definition for the specified ID.


getJaxbPlatformGroupConfigs

Iterable<JaxbPlatformGroupConfig> getJaxbPlatformGroupConfigs()
Return all the JAXB platform group configs.


getJaxbPlatformGroupConfig

JaxbPlatformGroupConfig getJaxbPlatformGroupConfig(String groupID)
Return the JAXB platform group config for the specified ID.


getJaxbPlatformConfigs

Iterable<JaxbPlatformConfig> getJaxbPlatformConfigs()
Return all the JAXB platform configs.


getJaxbPlatformConfig

JaxbPlatformConfig getJaxbPlatformConfig(String jaxbPlatformID)
Return the JAXB platform config for the specified ID.


getJaxbPlatformConfigs

Iterable<JaxbPlatformConfig> getJaxbPlatformConfigs(IProjectFacetVersion jaxbFacetVersion)
Return the JAXB platform configs that support the specified JAXB facet version.


getDefaultJaxbPlatformConfig

JaxbPlatformConfig getDefaultJaxbPlatformConfig(IProjectFacetVersion jaxbFacetVersion)
Return the JAXB platform config that is the workspace's default for the specified JAXB facet version.


setDefaultJaxbPlatformConfig

void setDefaultJaxbPlatformConfig(IProjectFacetVersion jaxbFacetVersion,
                                  JaxbPlatformConfig config)
Set the workspace's default JAXB platform config for the specified JAXB facet version.

See Also:
getDefaultJaxbPlatformConfig(IProjectFacetVersion)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.