Package | Description |
---|---|
org.eclipse.ptp.services.core | |
org.eclipse.ptp.services.ui.dialogs | |
org.eclipse.ptp.services.ui.widgets | |
org.eclipse.ptp.services.ui.wizards |
Modifier and Type | Method and Description |
---|---|
IServiceConfiguration |
ServiceModelManager.getActiveConfiguration() |
IServiceConfiguration |
IServiceModelManager.getActiveConfiguration()
Get the global "active" service configuration.
|
IServiceConfiguration |
ServiceModelManager.getActiveConfiguration(IProject project) |
IServiceConfiguration |
IServiceModelManager.getActiveConfiguration(IProject project)
Get the configuration that is currently active for the project.
|
IServiceConfiguration |
ServiceModelManager.getConfiguration(IProject project,
String name) |
IServiceConfiguration |
IServiceModelManager.getConfiguration(IProject project,
String name)
Get the named configuration for this project.
|
IServiceConfiguration |
ServiceModelManager.getConfiguration(String id) |
IServiceConfiguration |
IServiceModelManager.getConfiguration(String id)
Get the configuration with the specified ID.
|
IServiceConfiguration[] |
ServiceModelManager.importConfigurations(String filename) |
IServiceConfiguration[] |
IServiceModelManager.importConfigurations(String filename)
Import a set of service configurations from a file.
|
IServiceConfiguration |
ServiceModelManager.newServiceConfiguration(String name) |
IServiceConfiguration |
IServiceModelManager.newServiceConfiguration(String name)
Obtain a new service configuration with name 'name'.
|
Modifier and Type | Method and Description |
---|---|
Set<IServiceConfiguration> |
ServiceModelManager.getConfigurations() |
Set<IServiceConfiguration> |
IServiceModelManager.getConfigurations()
Get all configurations available in the workspace.
|
Set<IServiceConfiguration> |
ServiceModelManager.getConfigurations(IProject project) |
Set<IServiceConfiguration> |
IServiceModelManager.getConfigurations(IProject project)
Get all the configurations that are known by the project
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceModelManager.addConfiguration(IProject project,
IServiceConfiguration conf) |
void |
IServiceModelManager.addConfiguration(IProject project,
IServiceConfiguration conf)
Associate the service configuration with a project.
|
void |
ServiceModelManager.addConfiguration(IServiceConfiguration conf) |
void |
IServiceModelManager.addConfiguration(IServiceConfiguration conf)
Adds the given service configuration to the model without explicitly
associating it with a particular project.
|
boolean |
ServiceModelManager.exportConfigurations(String filename,
IServiceConfiguration[] configs) |
boolean |
IServiceModelManager.exportConfigurations(String filename,
IServiceConfiguration[] configs)
Export a set of service configurations to a file.
|
Set<IProject> |
ServiceModelManager.getProjectsForConfiguration(IServiceConfiguration serviceConfiguration)
Get the set of projects which use the specified service configuration
|
Set<IProject> |
IServiceModelManager.getProjectsForConfiguration(IServiceConfiguration serviceConfiguration)
Get the set of projects which use the specified service configuration
|
void |
ServiceModelManager.removeConfiguration(IProject project,
IServiceConfiguration conf) |
void |
IServiceModelManager.removeConfiguration(IProject project,
IServiceConfiguration conf)
TODO What happens if you try to remove the active configuration?
|
void |
ServiceModelManager.setActiveConfiguration(IProject project,
IServiceConfiguration configuration) |
void |
IServiceModelManager.setActiveConfiguration(IProject project,
IServiceConfiguration configuration)
Set the active configuration for a project.
|
void |
ServiceModelManager.setActiveConfiguration(IServiceConfiguration config) |
void |
IServiceModelManager.setActiveConfiguration(IServiceConfiguration config)
Set the global "active" service configuration.
|
Modifier and Type | Method and Description |
---|---|
IServiceConfiguration |
ServiceConfigurationSelectionDialog.getSelectedConfiguration()
Return the service configuration selected by the user
|
Constructor and Description |
---|
ServiceProviderConfigurationDialog(IShellProvider parentShell,
IServiceConfiguration config) |
ServiceProviderConfigurationDialog(Shell parentShell,
IServiceConfiguration config) |
Constructor and Description |
---|
ServiceConfigurationSelectionDialog(Shell parentShell,
Set<IServiceConfiguration> currentConfigs)
Create a dialog listing the service configurations which can be selected
for the project
|
Modifier and Type | Field and Description |
---|---|
protected IServiceConfiguration |
ServiceModelWidget.fServiceConfiguration |
Modifier and Type | Method and Description |
---|---|
IServiceConfiguration[] |
ServiceConfigurationSelectionWidget.getCheckedServiceConfigurations()
Gets the elements that have been checked in the viewer
|
IServiceConfiguration |
ServiceConfigurationSelectionWidget.getSelectedConfiguration()
Return the service configuration selected by the user
|
IServiceConfiguration |
ServiceProviderConfigurationWidget.getServiceConfiguration()
Returns the service configuration object that is being displayed by this
widget.
|
IServiceConfiguration |
ServiceModelWidget.getServiceConfiguration()
Get the service configuration for this widget
|
IServiceConfiguration |
AddServiceConfigurationWidget.getServiceConfiguration()
Get the currently selected service configuration
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfigurationSelectionWidget.setConfigurations(IServiceConfiguration[] configurations)
Set the service configurations to display in the viewer.
|
void |
AddServiceConfigurationWidget.setDefaultConfiguration(IServiceConfiguration config)
Set the configuration that will be returned if the "New" radio button is
selected.
|
void |
ServiceProviderConfigurationWidget.setServiceConfiguration(IServiceConfiguration conf)
Causes the tree to display all the services that are available in the
system.
|
void |
ServiceModelWidget.setServiceConfiguration(IServiceConfiguration config)
Set the service configuration for this widget
|
void |
ServiceProviderConfigurationWidget.setServiceConfiguration(IServiceConfiguration configuration,
Set<String> natureIds)
Causes the tree to display all the services that are available in the
system.
|
Constructor and Description |
---|
ServiceModelWidget(IServiceConfiguration serviceConfiguration) |
Constructor and Description |
---|
AddServiceConfigurationWidget(Composite parent,
int style,
Set<IServiceConfiguration> excluded,
Set<IService> services,
boolean enableButtons) |
ServiceConfigurationSelectionWidget(Composite parent,
int style,
Set<IServiceConfiguration> excluded,
Set<IService> services,
boolean enableButtons) |
Modifier and Type | Field and Description |
---|---|
protected IServiceConfiguration |
ServiceConfigurationWidget.fServiceConfiguration |
Modifier and Type | Field and Description |
---|---|
protected Set<IServiceConfiguration> |
ServiceConfigurationWidget.fServiceConfigurations |
Modifier and Type | Method and Description |
---|---|
IServiceConfiguration |
ServiceConfigurationWizard.getServiceConfiguration() |
IServiceConfiguration |
ServiceConfigurationWidget.getServiceConfiguration()
Get the service configuration for this widget
|
Constructor and Description |
---|
ServiceConfigurationWizard(IServiceConfiguration serviceConfiguration) |
Constructor and Description |
---|
ServiceConfigurationWidget(Set<IServiceConfiguration> serviceConfigurations) |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.