| Package | Description |
|---|---|
| org.eclipse.modisco.infra.discovery.catalog | |
| org.eclipse.modisco.infra.discovery.core | |
| org.eclipse.modisco.infra.discovery.launch |
| Modifier and Type | Method and Description |
|---|---|
DiscovererDescription |
CatalogFactory.createDiscovererDescription()
Returns a new object of class 'Discoverer Description'.
|
DiscovererDescription |
DiscovererParameter.getDiscoverer()
Returns the value of the 'Discoverer' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscovererParameter.setDiscoverer(DiscovererDescription value)
Sets the value of the '
Discoverer' container reference. |
| Modifier and Type | Method and Description |
|---|---|
DiscovererDescription |
IDiscoveryManager.getDiscovererDescription(IDiscoverer<?> discoverer)
This method returns the
DiscovererDescription instance for the
given Discoverer> instance. |
DiscovererDescription |
IDiscoveryManager.getDiscovererDescription(java.lang.String id)
This method returns the
DiscovererDescription instance for the
given discoverer id. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DiscovererDescription> |
IDiscoveryManager.getApplicableDiscoverers(java.lang.Object source)
This method returns a collection of
IDiscoverer instances which
accept the "source" parameter value as a discovery source. |
java.util.Collection<DiscovererDescription> |
IDiscoveryManager.getDiscoverers()
This method returns all existing instances of registered
DiscovererDescriptions. |
| Modifier and Type | Method and Description |
|---|---|
IDiscoverer<?> |
IDiscoveryManager.createDiscovererImpl(DiscovererDescription description)
This method creates a new
IDiscoverer from the given
DiscovererDescription. |
java.lang.Object |
IDiscoveryManager.getInitialValue(DiscovererParameter parameter,
DiscovererDescription discoverer,
java.lang.Object source)
Returns the initial value for the given parameter, or
null
if none. |
boolean |
IDiscoveryManager.hasInitialValue(DiscovererParameter parameter,
DiscovererDescription discoverer)
Whether an initial value is specified for the given parameter
|
boolean |
IDiscoveryManager.isApplicable(DiscovererDescription discovererDefinition,
java.lang.Object source)
This method indicates if the discoverer associated to the given
DiscovererDescription instance accepts the "source" parameter
value as a discovery source. |
| Modifier and Type | Method and Description |
|---|---|
DiscovererDescription |
LaunchConfiguration.getDiscoverer()
Returns the value of the 'Discoverer' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchConfiguration.setDiscoverer(DiscovererDescription value)
Sets the value of the '
Discoverer' reference. |