| 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 |
IServiceModelManager.getActiveConfiguration()
Get the global "active" service configuration.
|
IServiceConfiguration |
ServiceModelManager.getActiveConfiguration() |
IServiceConfiguration |
IServiceModelManager.getActiveConfiguration(org.eclipse.core.resources.IProject project)
Get the configuration that is currently active for the project.
|
IServiceConfiguration |
ServiceModelManager.getActiveConfiguration(org.eclipse.core.resources.IProject project) |
IServiceConfiguration |
IServiceModelManager.getConfiguration(org.eclipse.core.resources.IProject project,
java.lang.String name)
Get the named configuration for this project.
|
IServiceConfiguration |
ServiceModelManager.getConfiguration(org.eclipse.core.resources.IProject project,
java.lang.String name) |
IServiceConfiguration |
IServiceModelManager.getConfiguration(java.lang.String id)
Get the configuration with the specified ID.
|
IServiceConfiguration |
ServiceModelManager.getConfiguration(java.lang.String id) |
IServiceConfiguration[] |
IServiceModelManager.importConfigurations(java.lang.String filename)
Import a set of service configurations from a file.
|
IServiceConfiguration[] |
ServiceModelManager.importConfigurations(java.lang.String filename) |
IServiceConfiguration |
IServiceModelManager.newServiceConfiguration(java.lang.String name)
Obtain a new service configuration with name 'name'.
|
IServiceConfiguration |
ServiceModelManager.newServiceConfiguration(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IServiceConfiguration> |
IServiceModelManager.getConfigurations()
Get all configurations available in the workspace.
|
java.util.Set<IServiceConfiguration> |
ServiceModelManager.getConfigurations() |
java.util.Set<IServiceConfiguration> |
IServiceModelManager.getConfigurations(org.eclipse.core.resources.IProject project)
Get all the configurations that are known by the project
|
java.util.Set<IServiceConfiguration> |
ServiceModelManager.getConfigurations(org.eclipse.core.resources.IProject project) |
| Modifier and Type | Method and Description |
|---|---|
void |
IServiceModelManager.addConfiguration(org.eclipse.core.resources.IProject project,
IServiceConfiguration conf)
Associate the service configuration with a project.
|
void |
ServiceModelManager.addConfiguration(org.eclipse.core.resources.IProject project,
IServiceConfiguration conf) |
void |
IServiceModelManager.addConfiguration(IServiceConfiguration conf)
Adds the given service configuration to the model without explicitly
associating it with a particular project.
|
void |
ServiceModelManager.addConfiguration(IServiceConfiguration conf) |
boolean |
IServiceModelManager.exportConfigurations(java.lang.String filename,
IServiceConfiguration[] configs)
Export a set of service configurations to a file.
|
boolean |
ServiceModelManager.exportConfigurations(java.lang.String filename,
IServiceConfiguration[] configs) |
java.util.Set<org.eclipse.core.resources.IProject> |
IServiceModelManager.getProjectsForConfiguration(IServiceConfiguration serviceConfiguration)
Get the set of projects which use the specified service configuration
|
java.util.Set<org.eclipse.core.resources.IProject> |
ServiceModelManager.getProjectsForConfiguration(IServiceConfiguration serviceConfiguration)
Get the set of projects which use the specified service configuration
|
void |
IServiceModelManager.remove(IServiceConfiguration conf)
Removes the service configuration.
|
void |
ServiceModelManager.remove(IServiceConfiguration conf) |
void |
IServiceModelManager.removeConfiguration(org.eclipse.core.resources.IProject project,
IServiceConfiguration conf)
TODO What happens if you try to remove the active configuration?
|
void |
ServiceModelManager.removeConfiguration(org.eclipse.core.resources.IProject project,
IServiceConfiguration conf) |
void |
IServiceModelManager.setActiveConfiguration(org.eclipse.core.resources.IProject project,
IServiceConfiguration configuration)
Set the active configuration for a project.
|
void |
ServiceModelManager.setActiveConfiguration(org.eclipse.core.resources.IProject project,
IServiceConfiguration configuration) |
void |
IServiceModelManager.setActiveConfiguration(IServiceConfiguration config)
Set the global "active" service configuration.
|
void |
ServiceModelManager.setActiveConfiguration(IServiceConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
IServiceConfiguration |
ServiceConfigurationSelectionDialog.getSelectedConfiguration()
Return the service configuration selected by the user
|
| Constructor and Description |
|---|
ServiceProviderConfigurationDialog(org.eclipse.jface.window.IShellProvider parentShell,
IServiceConfiguration config) |
ServiceProviderConfigurationDialog(org.eclipse.swt.widgets.Shell parentShell,
IServiceConfiguration config) |
| Constructor and Description |
|---|
ServiceConfigurationSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
java.util.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 |
AddServiceConfigurationWidget.getServiceConfiguration()
Get the currently selected service configuration
|
IServiceConfiguration |
ServiceModelWidget.getServiceConfiguration()
Get the service configuration for this widget
|
| 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,
java.util.Set<java.lang.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(org.eclipse.swt.widgets.Composite parent,
int style,
java.util.Set<IServiceConfiguration> excluded,
java.util.Set<IService> services,
boolean enableButtons) |
ServiceConfigurationSelectionWidget(org.eclipse.swt.widgets.Composite parent,
int style,
java.util.Set<IServiceConfiguration> excluded,
java.util.Set<IService> services,
boolean enableButtons) |
| Modifier and Type | Field and Description |
|---|---|
protected IServiceConfiguration |
ServiceConfigurationWidget.fServiceConfiguration |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<IServiceConfiguration> |
ServiceConfigurationWidget.fServiceConfigurations |
| Modifier and Type | Method and Description |
|---|---|
IServiceConfiguration |
ServiceConfigurationWidget.getServiceConfiguration()
Get the service configuration for this widget
|
IServiceConfiguration |
ServiceConfigurationWizard.getServiceConfiguration() |
| Constructor and Description |
|---|
ServiceConfigurationWizard(IServiceConfiguration serviceConfiguration) |
| Constructor and Description |
|---|
ServiceConfigurationWidget(java.util.Set<IServiceConfiguration> serviceConfigurations) |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.