| Modifier and Type | Method and Description |
|---|---|
Collection<InstanceProvider> |
InstanceManager.getInstanceProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceManager.addProvider(InstanceProvider instanceProvider) |
void |
InstanceManager.addProvider(InstanceProvider instanceProvider,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
int |
InstanceProvider.compareTo(InstanceProvider instanceProvider)
Default implementation of compareTo for the InstanceManager.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceProvider |
InstanceService.createInstanceProvider(InstanceProviderRequest request)
Retrieve an instance provider matching one of the default implementations managed by DesignMyApp
|
| Modifier and Type | Method and Description |
|---|---|
InstanceProvider |
InstanceProviderSelectionStrategy.selectInstanceProvider(Collection<InstanceProvider> instanceProviders) |
| Modifier and Type | Method and Description |
|---|---|
InstanceProvider |
InstanceProviderSelectionStrategy.selectInstanceProvider(Collection<InstanceProvider> instanceProviders) |
Copyright © 2015. All rights reserved.