|
||||||||||
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.ejbjar.discoverer.actions.EjbJarDiscoverer
EjbJarDiscoverer2
instead
@Deprecated public class EjbJarDiscoverer
Discover ejbjar.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 | |
---|---|
EjbJarDiscoverer()
Deprecated. |
Method Summary | |
---|---|
void |
discoverElement(java.lang.Object source,
java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
Deprecated. Discovers a generic EjbJar 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. Method called when the user right click on a file to know whether or not displaying this 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 EjbJarDiscoverer()
Method Detail |
---|
public boolean isApplicableTo(java.lang.Object source)
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 Discoverer
discoverElement
in class DeploymentDescriptorDiscoverer
source
- can be a workspace IFile or a java.io.File instance pointing
to EjbJar 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 getRootName()
public static java.lang.String getDtdUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |