org.eclipse.modisco.eclipseplugin.discoverer
Class DiscoverEclipsePluginFromJavaProject

java.lang.Object
  extended by org.eclipse.modisco.eclipseplugin.discoverer.DiscoverEclipsePluginFromJavaProject
All Implemented Interfaces:
Discoverer

Deprecated. use DiscoverEclipsePluginFromJavaProject2

@Deprecated
public class DiscoverEclipsePluginFromJavaProject
extends java.lang.Object
implements Discoverer


Field Summary
static DiscoveryParameter PARAMETER_TARGET_RESOURCE
          Deprecated. A parameter key for indicating an output target Resource instance.
static boolean SAVE_MODELS
          Deprecated.  
 
Constructor Summary
DiscoverEclipsePluginFromJavaProject()
          Deprecated.  
 
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.
 java.util.List<DiscoveryParameter> getDiscovererParameters()
          Deprecated. Get a complete list of all parameters available in this discoverer.
 boolean isApplicableTo(java.lang.Object source)
          Deprecated. To determine if the source object can be handled by the discoverer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAVE_MODELS

public static final boolean SAVE_MODELS
Deprecated. 
See Also:
Constant Field Values

PARAMETER_TARGET_RESOURCE

public static final DiscoveryParameter PARAMETER_TARGET_RESOURCE
Deprecated. 
A parameter key for indicating an output target Resource instance.

Constructor Detail

DiscoverEclipsePluginFromJavaProject

public DiscoverEclipsePluginFromJavaProject()
Deprecated. 
Method Detail

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.

getDiscovererParameters

public java.util.List<DiscoveryParameter> getDiscovererParameters()
Deprecated. 
Description copied from interface: Discoverer
Get a complete list of all parameters available in this discoverer. Further information should be provided to indicate features of each parameter; for example, direction kind (in, out, in-out), whether the parameter is optional or not ...

Specified by:
getDiscovererParameters in interface Discoverer
Returns:
the set of parameter names provided by this discoverer.

discoverElement

public final 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
Parameters:
source - the selected object.
parameters - the target URI (can be null)