org.eclipse.gmt.modisco.usecase.modelfilter.dependencies.actions
Class DiscoverDependenciesFromJavaProject
java.lang.Object
org.eclipse.gmt.modisco.infra.discoverymanager.AbstractDiscovererImpl
org.eclipse.gmt.modisco.usecase.modelfilter.dependencies.actions.DiscoverDependenciesFromJavaProject
- All Implemented Interfaces:
- Discoverer
Deprecated. use matching org.eclipse.modisco.x.y.z component
@Deprecated
public class DiscoverDependenciesFromJavaProject
- extends AbstractDiscovererImpl
- implements Discoverer
- Author:
- Gabriel Barbier
Method Summary |
void |
discoverElement(java.lang.Object source,
java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
Deprecated. Execute the discovery task from the selected object. |
boolean |
isApplicableTo(java.lang.Object source)
Deprecated. To determine if the source object can be handled by the discoverer. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DiscoverDependenciesFromJavaProject
public DiscoverDependenciesFromJavaProject()
- Deprecated.
isApplicableTo
public boolean isApplicableTo(java.lang.Object source)
- Deprecated.
- Description copied from interface:
Discoverer
- To determine if the source object can be handled by the discoverer. Each
discoverer has to implement this method with its own criteria to filter
the selected object. If the source object is managed by this discoverer,
the discoverer menu will be available in the pop-up menu when users click
with the contextual button (right-click), and in the discoverer launch
configuration types.
- Specified by:
isApplicableTo
in interface Discoverer
- Parameters:
source
- the selected object.
- Returns:
true
if the selected object is managed by this
discoverer, false
otherwise.
toString
public java.lang.String toString()
- Deprecated.
- Overrides:
toString
in class java.lang.Object
discoverElement
public void discoverElement(java.lang.Object source,
java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
- Deprecated.
- Description copied from interface:
Discoverer
- Execute the discovery task from the selected object. This is a method
adapted to a common use of discoverers.
- Specified by:
discoverElement
in interface Discoverer
- Overrides:
discoverElement
in class AbstractDiscovererImpl
- Parameters:
source
- the selected object.parameters
- the target URI (can be null
)