|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.modisco.jee.actions.DeploymentDescriptorDiscoverer
org.eclipse.modisco.jee.webapp.discoverer.actions.WebXmlDiscoverer
WebXmlDiscoverer2 instead
@Deprecated public class WebXmlDiscoverer
Discover web.xml generic model action.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.modisco.jee.actions.DeploymentDescriptorDiscoverer |
|---|
PARAMETER_SERIALIZE_XMI, PARAMETER_SILENT_MODE, PARAMETER_TARGET_RESOURCE |
| Constructor Summary | |
|---|---|
WebXmlDiscoverer()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
discoverElement(java.lang.Object source,
java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
Deprecated. Discovers a generic WebXml model. |
java.util.List<DiscoveryParameter> |
getDiscovererParameters()
Deprecated. Get a complete list of all parameters available in this discoverer. |
static java.lang.String |
getDtdUrl()
Deprecated. |
static java.lang.String |
getRootName()
Deprecated. |
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.modisco.jee.actions.DeploymentDescriptorDiscoverer |
|---|
getDescXmlVersion, getDoctypeVersion, getResourceResult, saveResource, setResourceResult |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebXmlDiscoverer()
| Method Detail |
|---|
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 discoverElement(java.lang.Object source,
java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
discoverElement in interface DiscovererdiscoverElement in class DeploymentDescriptorDiscoverersource - can be a workspace IFile or a java.io.File instance pointing
WebXml contentsparameters - false, the discovered model will be opened in
an editor.
XMLModelDiscoverer#PARAMETER_SERIALIZE_XMI
public java.util.List<DiscoveryParameter> getDiscovererParameters()
Discoverer
public static java.lang.String getDtdUrl()
public static java.lang.String getRootName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||