public interface IServiceProviderContributor
IServiceProvider
Modifier and Type | Method and Description |
---|---|
void |
configureServiceProvider(IServiceProviderWorkingCopy provider,
Composite composite)
Creates a section on the service model properties page to configure the
service provider working copy.
|
IWizard |
getWizard(IServiceProvider provider,
IWizardPage page)
Retrieve the wizard for a service provider
|
WizardPage[] |
getWizardPages(IWizard wizard,
IServiceProvider provider)
Retrieve the wizard pages for a service provider
|
void configureServiceProvider(IServiceProviderWorkingCopy provider, Composite composite)
provider
- working copycomposite
- IWizard getWizard(IServiceProvider provider, IWizardPage page)
provider
- the provider being configuredpage
- next ServiceConfigurationWizardPage if we are being called by
a ServiceConfigurationWizard, or null otherwiseWizardPage[] getWizardPages(IWizard wizard, IServiceProvider provider)
wizard
- the wizard that will display the pagesprovider
- the provider being configuredCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.