Dali Provisional API
Release 3.2

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


public interface JaxbPlatformGroupConfig

Metadata that describes a JAXB platform group as defined in an extension to the org.eclipse.jpt.jaxb.core.jaxbPlatforms extension point.

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

Method Summary
 String getId()
          Return the JAXB platform group config's extension-supplied ID.
 Iterable<JaxbPlatformConfig> getJaxbPlatformConfigs()
          Return the JAXB platform configs that belong to the group.
 JaxbPlatformManager getJaxbPlatformManager()
          Return the config's manager.
 String getLabel()
          Return the JAXB platform group config's extension-supplied label.
 String getPluginId()
          Return the ID of the plug-in that contributed the JAXB platform group config.
 

Method Detail

getJaxbPlatformManager

JaxbPlatformManager getJaxbPlatformManager()
Return the config's manager.


getId

String getId()
Return the JAXB platform group config's extension-supplied ID. This is unique among all the JAXB platform group configs.


getLabel

String getLabel()
Return the JAXB platform group config's extension-supplied label.


getJaxbPlatformConfigs

Iterable<JaxbPlatformConfig> getJaxbPlatformConfigs()
Return the JAXB platform configs that belong to the group.


getPluginId

String getPluginId()
Return the ID of the plug-in that contributed the JAXB platform group config.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.