org.jboss.deployment.spi.beans
Class ConfigBeanXPaths

java.lang.Object
  extended by org.jboss.deployment.spi.beans.ConfigBeanXPaths

public class ConfigBeanXPaths
extends Object

Version:
$Revision: 1.3.2.1 $
Author:
Rob Stryker

Constructor Summary
ConfigBeanXPaths(String relativePath, ConfigBeanXPaths parent)
           
 
Method Summary
 void addChild(ConfigBeanXPaths path)
           
 ArrayList getChildren()
           
 ConfigBeanXPaths getParent()
           
 String getPath()
           
 void setParent(ConfigBeanXPaths parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigBeanXPaths

public ConfigBeanXPaths(String relativePath,
                        ConfigBeanXPaths parent)
Method Detail

getParent

public ConfigBeanXPaths getParent()

setParent

public void setParent(ConfigBeanXPaths parent)

getPath

public String getPath()

getChildren

public ArrayList getChildren()

addChild

public void addChild(ConfigBeanXPaths path)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.