|
||||||||||
| 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<T>
org.eclipse.modisco.jee.jsp.discoverer.AbstractJspDiscoverer<IJavaElement>
org.eclipse.modisco.jee.jsp.discoverer.DiscoverJspModelFromJavaElement
public class DiscoverJspModelFromJavaElement
| Field Summary | |
|---|---|
static java.lang.String |
ID
|
| Fields inherited from class org.eclipse.modisco.jee.jsp.discoverer.AbstractJspDiscoverer |
|---|
EXTENSION_LIST, JSP_FILE_EXTENSION |
| Constructor Summary | |
|---|---|
DiscoverJspModelFromJavaElement()
|
|
| Method Summary | |
|---|---|
boolean |
isApplicableTo(IJavaElement javaElement)
To determine if the source object can be handled by the discoverer. |
| Methods inherited from class org.eclipse.modisco.jee.jsp.discoverer.AbstractJspDiscoverer |
|---|
isJspExtension |
| 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 |
| Field Detail |
|---|
public static final java.lang.String ID
| Constructor Detail |
|---|
public DiscoverJspModelFromJavaElement()
| Method Detail |
|---|
public boolean isApplicableTo(IJavaElement javaElement)
IDiscoverer
Some usual implementations are proposed on AbstractDiscoverer.
javaElement - 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 | |||||||||