|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscovererDescription | |
---|---|
org.eclipse.modisco.infra.discovery.catalog | |
org.eclipse.modisco.infra.discovery.core | |
org.eclipse.modisco.infra.discovery.launch |
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 DiscovererDescription s. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |