|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DiscovererDescription in org.eclipse.modisco.infra.discovery.catalog |
|---|
| Methods in org.eclipse.modisco.infra.discovery.catalog that return DiscovererDescription | |
|---|---|
DiscovererDescription |
CatalogFactory.createDiscovererDescription()
Returns a new object of class 'Discoverer Description'. |
DiscovererDescription |
DiscovererParameter.getDiscoverer()
Returns the value of the 'Discoverer' container reference. |
| Methods in org.eclipse.modisco.infra.discovery.catalog with parameters of type DiscovererDescription | |
|---|---|
void |
DiscovererParameter.setDiscoverer(DiscovererDescription value)
Sets the value of the ' Discoverer' container reference. |
| Uses of DiscovererDescription in org.eclipse.modisco.infra.discovery.core |
|---|
| Methods in org.eclipse.modisco.infra.discovery.core that return DiscovererDescription | |
|---|---|
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. |
| Methods in org.eclipse.modisco.infra.discovery.core that return types with arguments of type DiscovererDescription | |
|---|---|
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. |
| Methods in org.eclipse.modisco.infra.discovery.core with parameters of type DiscovererDescription | |
|---|---|
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. |
| Uses of DiscovererDescription in org.eclipse.modisco.infra.discovery.launch |
|---|
| Methods in org.eclipse.modisco.infra.discovery.launch that return DiscovererDescription | |
|---|---|
DiscovererDescription |
LaunchConfiguration.getDiscoverer()
Returns the value of the 'Discoverer' reference. |
| Methods in org.eclipse.modisco.infra.discovery.launch with parameters of type DiscovererDescription | |
|---|---|
void |
LaunchConfiguration.setDiscoverer(DiscovererDescription value)
Sets the value of the ' Discoverer' reference. |
| Uses of DiscovererDescription in org.eclipse.modisco.infra.discovery.ui.internal.util |
|---|
| Methods in org.eclipse.modisco.infra.discovery.ui.internal.util that return DiscovererDescription | |
|---|---|
DiscovererDescription |
LaunchConfigurationUtils.getDiscoverer()
|
| Methods in org.eclipse.modisco.infra.discovery.ui.internal.util with parameters of type DiscovererDescription | |
|---|---|
static java.util.List<DiscovererParameter> |
LaunchConfigurationUtils.getExpectedInputParameters(DiscovererDescription discoverer)
|
| Constructors in org.eclipse.modisco.infra.discovery.ui.internal.util with parameters of type DiscovererDescription | |
|---|---|
LaunchConfigurationUtils(DiscovererDescription discoverer,
java.lang.Object[] sourceParameter,
Shell shell)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||