org.eclipse.modisco.jee.jsp.discoverer.actions
Class DiscoverJspModelFromProject

java.lang.Object
  extended by org.eclipse.modisco.jee.jsp.discoverer.actions.DefaultDiscoverer
      extended by org.eclipse.modisco.jee.jsp.discoverer.actions.DiscoverJspModelFromProject
All Implemented Interfaces:
Discoverer

Deprecated. use DiscoverJspModelFromResource or DiscoverJspModelFromJavaElement instead

@Deprecated
public class DiscoverJspModelFromProject
extends DefaultDiscoverer


Field Summary
 
Fields inherited from class org.eclipse.modisco.jee.jsp.discoverer.actions.DefaultDiscoverer
PARAMETER_SERIALIZE_XMI, PARAMETER_SILENT_MODE, PARAMETER_TARGET_RESOURCE
 
Constructor Summary
DiscoverJspModelFromProject()
          Deprecated.  
 
Method Summary
 void discoverElement(java.lang.Object source, java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
          Deprecated. This method retrieve the project, list all JSP files in it and create a first model Then it matches every Node with the Modisco JSP Model
 java.util.List<DiscoveryParameter> getDiscovererParameters()
          Deprecated. Get a complete list of all parameters available in this discoverer.
 boolean isApplicableTo(java.lang.Object source)
          Deprecated. Method called when the user right click on a file to know whether or not displaying this discoverer
 
Methods inherited from class org.eclipse.modisco.jee.jsp.discoverer.actions.DefaultDiscoverer
getResourceResult, setResourceResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoverJspModelFromProject

public DiscoverJspModelFromProject()
Deprecated. 
Method Detail

isApplicableTo

public boolean isApplicableTo(java.lang.Object source)
Deprecated. 
Method called when the user right click on a file to know whether or not displaying this discoverer

Parameters:
source - the selected object.
Returns:
true if the selected object is managed by this discoverer, false otherwise.

discoverElement

public void discoverElement(java.lang.Object source,
                            java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
Deprecated. 
This method retrieve the project, list all JSP files in it and create a first model Then it matches every Node with the Modisco JSP Model

Parameters:
source - the selected object.
parameters - the target URI (can be null)

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 ...

Returns:
the set of parameter names provided by this discoverer.