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

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

Deprecated. use DiscoverJspModelFromResource or DiscoverJspModelFromJavaElement instead

@Deprecated
public class DiscoverJspModelFromContainer
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
DiscoverJspModelFromContainer()
          Deprecated.  
 
Method Summary
 void discoverElement(java.lang.Object source, java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
          Deprecated. This method retrieves the project, lists all JSP files in it and creates a first 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

DiscoverJspModelFromContainer

public DiscoverJspModelFromContainer()
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 retrieves the project, lists all JSP files in it and creates 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.