org.apache.geronimo.enterprise.deploy.tool
Class DDBeanRootImpl
java.lang.Object
org.apache.geronimo.enterprise.deploy.tool.DDBeanImpl
org.apache.geronimo.enterprise.deploy.tool.DDBeanRootImpl
- All Implemented Interfaces:
- javax.enterprise.deploy.model.DDBean, javax.enterprise.deploy.model.DDBeanRoot
- public class DDBeanRootImpl
- extends DDBeanImpl
- implements javax.enterprise.deploy.model.DDBeanRoot
The DDBeanRootImpl provides an implementation for javax.enterprise.deploy.model.DDBeanRoot.
- Version:
- $Revision: 1.4 $ $Date: 2004/03/10 09:58:43 $
Methods inherited from class org.apache.geronimo.enterprise.deploy.tool.DDBeanImpl |
addXpathListener, equals, getAttributeNames, getAttributeValue, getChildBean, getId, getText, getText, getXpath, hashCode, removeXpathListener |
Methods inherited from interface javax.enterprise.deploy.model.DDBeanRoot |
getXpath |
Methods inherited from interface javax.enterprise.deploy.model.DDBean |
addXpathListener, getAttributeNames, getAttributeValue, getChildBean, getId, getText, getText, removeXpathListener |
getDeployableObject
public javax.enterprise.deploy.model.DeployableObject getDeployableObject()
- Specified by:
getDeployableObject
in interface javax.enterprise.deploy.model.DDBeanRoot
getModuleDTDVersion
public String getModuleDTDVersion()
- Specified by:
getModuleDTDVersion
in interface javax.enterprise.deploy.model.DDBeanRoot
getType
public javax.enterprise.deploy.shared.ModuleType getType()
- Specified by:
getType
in interface javax.enterprise.deploy.model.DDBeanRoot
getRoot
public javax.enterprise.deploy.model.DDBeanRoot getRoot()
- Specified by:
getRoot
in interface javax.enterprise.deploy.model.DDBean
- Overrides:
getRoot
in class DDBeanImpl
- Returns:
- returns null because this is the root object.
getDDBeanRootVersion
public String getDDBeanRootVersion()
- Specified by:
getDDBeanRootVersion
in interface javax.enterprise.deploy.model.DDBeanRoot
getFilename
public String getFilename()
- Specified by:
getFilename
in interface javax.enterprise.deploy.model.DDBeanRoot
getDocument
public org.dom4j.Document getDocument()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.