Uses of Class
com.composum.sling.core.pckgmgr.regpckg.tree.GroupNode
-
Packages that use GroupNode Package Description com.composum.sling.core.pckgmgr.regpckg.tree -
-
Uses of GroupNode in com.composum.sling.core.pckgmgr.regpckg.tree
Fields in com.composum.sling.core.pckgmgr.regpckg.tree declared as GroupNode Modifier and Type Field Description protected GroupNode
PackageNode. group
Methods in com.composum.sling.core.pckgmgr.regpckg.tree that return GroupNode Modifier and Type Method Description GroupNode
GroupNode. getGroup(String name)
protected static GroupNode
RegistryNode. getGroup(AbstractNode parent, String name)
Methods in com.composum.sling.core.pckgmgr.regpckg.tree with parameters of type GroupNode Modifier and Type Method Description protected void
AbstractNode. combineChildren(GroupNode otherNode)
WithinAbstractNode.compactSubTree()
: we add the children of the otherNode (which has the same name) to our children, so that the otherNode can be removed.protected void
GroupNode. combineChildren(GroupNode otherNode)
This shouldn't be called, but we make sure it isn't, because the super implementation is wrong here.Constructors in com.composum.sling.core.pckgmgr.regpckg.tree with parameters of type GroupNode Constructor Description PackageNode(GroupNode group, org.apache.jackrabbit.vault.packaging.PackageId packageId)
-