org.apache.geronimo.deployment.tools
Class DDBeanRootImpl
java.lang.Object
org.apache.geronimo.deployment.tools.DDBeanRootImpl
- All Implemented Interfaces:
- DDBean, DDBeanRoot
public class DDBeanRootImpl
- extends Object
- implements DDBeanRoot
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDBeanRootImpl
public DDBeanRootImpl(DeployableObject deployable,
URL descriptor)
throws DDBeanCreateException
- Throws:
DDBeanCreateException
getRoot
public DDBeanRoot getRoot()
- Specified by:
getRoot in interface DDBean
getXpath
public String getXpath()
- Specified by:
getXpath in interface DDBean- Specified by:
getXpath in interface DDBeanRoot
getDDBeanRootVersion
public String getDDBeanRootVersion()
- Specified by:
getDDBeanRootVersion in interface DDBeanRoot
getDeployableObject
public DeployableObject getDeployableObject()
- Specified by:
getDeployableObject in interface DDBeanRoot
getFilename
public String getFilename()
- Specified by:
getFilename in interface DDBeanRoot
getModuleDTDVersion
public String getModuleDTDVersion()
- Specified by:
getModuleDTDVersion in interface DDBeanRoot
getType
public ModuleType getType()
- Specified by:
getType in interface DDBeanRoot
getId
public String getId()
- Specified by:
getId in interface DDBean
getText
public String getText()
- Specified by:
getText in interface DDBean
getAttributeNames
public String[] getAttributeNames()
- Specified by:
getAttributeNames in interface DDBean
getAttributeValue
public String getAttributeValue(String attrName)
- Specified by:
getAttributeValue in interface DDBean
getChildBean
public DDBean[] getChildBean(String xpath)
- Specified by:
getChildBean in interface DDBean
getText
public String[] getText(String xpath)
- Specified by:
getText in interface DDBean
addXpathListener
public void addXpathListener(String xpath,
XpathListener xpl)
- Specified by:
addXpathListener in interface DDBean
removeXpathListener
public void removeXpathListener(String xpath,
XpathListener xpl)
- Specified by:
removeXpathListener in interface DDBean
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.