Class AbstractTree
- java.lang.Object
-
- org.apache.jackrabbit.spi.commons.tree.AbstractTree
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractTree(Name nodeName, Name ntName, String uniqueId, NamePathResolver resolver)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tree
addChild(Name childName, Name primaryTypeName, String uniqueId)
protected abstract Tree
createChild(Name name, Name primaryTypeName, String uniqueId)
protected List<Tree>
getChildren()
Name
getName()
Name
getPrimaryTypeName()
protected NamePathResolver
getResolver()
String
getUniqueId()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jackrabbit.spi.Tree
addProperty, addProperty
-
-
-
-
Constructor Detail
-
AbstractTree
protected AbstractTree(Name nodeName, Name ntName, String uniqueId, NamePathResolver resolver)
-
-
Method Detail
-
getResolver
protected NamePathResolver getResolver()
-
getPrimaryTypeName
public Name getPrimaryTypeName()
- Specified by:
getPrimaryTypeName
in interfaceTree
-
getUniqueId
public String getUniqueId()
- Specified by:
getUniqueId
in interfaceTree
-
-