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 GroupNodePackageNode. groupMethods in com.composum.sling.core.pckgmgr.regpckg.tree that return GroupNode Modifier and Type Method Description GroupNodeGroupNode. getGroup(String name)protected static GroupNodeRegistryNode. 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 voidAbstractNode. 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 voidGroupNode. 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)
-