@Deprecated public class DiscoverKdmModelFromJavaModel extends DefaultDiscoverer
| Modifier and Type | Field and Description |
|---|---|
static DiscoveryParameter |
PARAMETER_PATH_TO_TRANSFORMATION
Deprecated.
A parameter key for indicating which asm file to use for atl
transformation.
|
JAVA_FILE_EXTENSION, PARAMETER_BROWSE_RESULT, PARAMETER_LOG_JAVA_ANALYSIS_WARNINGS, PARAMETER_OVERWRITE_RESULT, PARAMETER_SILENT_MODE, PARAMETER_TARGET_RESOURCE| Constructor and Description |
|---|
DiscoverKdmModelFromJavaModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
discoverElement(java.lang.Object source,
URI target)
Deprecated.
Discovers a Java model and open MoDisco editor or default editor.
|
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.
|
java.lang.String |
toString()
Deprecated.
|
getEFactory, getResource, getResourceResult, saveResource, setResourceResultaddSourceVisitListener, getListSourceVisitListener, notifyRegionSourceVisit, notifyRegionSourceVisit, removeSourceVisitListenerpublic static final DiscoveryParameter PARAMETER_PATH_TO_TRANSFORMATION
URL
representation.
public Resource discoverElement(java.lang.Object source,
URI target)
DefaultDiscovererdiscoverElement in interface DiscovererdiscoverElement in class DefaultDiscoverersource - a IJavaProject instancetarget - should be null here.public java.util.List<DiscoveryParameter> getDiscovererParameters()
Discovererpublic boolean isApplicableTo(java.lang.Object source)
Discoverersource - the selected object.true if the selected object is managed by this
discoverer, false otherwise.public java.lang.String toString()
toString in class java.lang.Object