|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.modisco.infra.discovery.core.AbstractDiscoverer<T>
org.eclipse.modisco.infra.discovery.core.AbstractModelDiscoverer<IProject>
org.eclipse.modisco.usecase.simpletransformationschain.DiscoverUmlModelFromProject
public class DiscoverUmlModelFromProject
| Constructor Summary | |
|---|---|
DiscoverUmlModelFromProject()
|
|
| Method Summary | |
|---|---|
boolean |
isApplicableTo(IProject source)
To determine if the source object can be handled by the discoverer. |
void |
setCustomTransformation(java.net.URL customTransformation)
|
| Methods inherited from class org.eclipse.modisco.infra.discovery.core.AbstractModelDiscoverer |
|---|
discoverElement, getDefaultTargetURI, getTargetModel, getTargetURI, setSerializeTarget, setTargetModel, setTargetURI |
| Methods inherited from class org.eclipse.modisco.infra.discovery.core.AbstractDiscoverer |
|---|
isAFolder, isAJavaProject, isAnIFileWithExtension, isAProject, setRefreshSourceBeforeDiscovery |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiscoverUmlModelFromProject()
| Method Detail |
|---|
@Parameter(name="CUSTOM_TRANSFORMATION",
description="A URL pointing to an ATL transformation that will be used instead of the default one.")
public void setCustomTransformation(java.net.URL customTransformation)
public boolean isApplicableTo(IProject source)
IDiscoverer
Some usual implementations are proposed on AbstractDiscoverer.
source - the selected object.
true if the selected object is managed by this
discoverer, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||