|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.gmt.modisco.infra.discoverymanager.AbstractDiscovererImpl
org.eclipse.gmt.modisco.java.actions.BrowseJavaCode
@Deprecated public class BrowseJavaCode
| Constructor Summary | |
|---|---|
BrowseJavaCode()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
browseJavaCode(ASTNode node)
Deprecated. |
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. |
| Methods inherited from class org.eclipse.gmt.modisco.infra.discoverymanager.AbstractDiscovererImpl |
|---|
getDiscovererParameters, getSilentModeParameter, getTargetModelParameter, getTargetUriParameter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowseJavaCode()
| Method Detail |
|---|
public void discoverElement(java.lang.Object source,
java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
Discoverer
discoverElement in interface DiscovererdiscoverElement in class AbstractDiscovererImplsource - the selected object.parameters - the target URI (can be null)public boolean isApplicableTo(java.lang.Object source)
Discoverer
source - the selected object.
true if the selected object is managed by this
discoverer, false otherwise.public void browseJavaCode(ASTNode node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||