@Deprecated public class DiscoverSourceModelFromJavaProject extends java.lang.Object implements Discoverer
| Modifier and Type | Field and Description |
|---|---|
static DiscoveryParameter |
PARAMETER_SILENT_MODE
Deprecated.
A parameter key for indicating to work without user interaction.
|
| Constructor and Description |
|---|
DiscoverSourceModelFromJavaProject()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
discoverElement(java.lang.Object source,
URI target)
Deprecated.
|
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.
|
public static final DiscoveryParameter PARAMETER_SILENT_MODE
public DiscoverSourceModelFromJavaProject()
public boolean isApplicableTo(java.lang.Object source)
DiscovererisApplicableTo in interface Discoverersource - the selected object.true if the selected object is managed by this
discoverer, false otherwise.@Deprecated
public Resource discoverElement(java.lang.Object source,
URI target)
DiscovererdiscoverElement in interface Discoverersource - the selected object.target - the target URI (can be null)public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<DiscoveryParameter> getDiscovererParameters()
DiscoverergetDiscovererParameters in interface Discoverer