Uses of Interface
com.composum.sling.core.pckgmgr.regpckg.tree.RegistryItem
-
Packages that use RegistryItem Package Description com.composum.sling.core.pckgmgr.jcrpckg com.composum.sling.core.pckgmgr.regpckg.tree -
-
Uses of RegistryItem in com.composum.sling.core.pckgmgr.jcrpckg
Methods in com.composum.sling.core.pckgmgr.jcrpckg with parameters of type RegistryItem Modifier and Type Method Description protected void
PackageServlet.RegistriesTreeOperation. toJson(com.google.gson.stream.JsonWriter writer, BeanContext context, RegistryItem item)
-
Uses of RegistryItem in com.composum.sling.core.pckgmgr.regpckg.tree
Classes in com.composum.sling.core.pckgmgr.regpckg.tree that implement RegistryItem Modifier and Type Class Description class
AbstractNode
class
GroupNode
class
PackageNode
class
RegistryNode
class
RegistryTree
class
VersionNode
Methods in com.composum.sling.core.pckgmgr.regpckg.tree that return RegistryItem Modifier and Type Method Description RegistryItem
AbstractNode. compactTree()
RegistryItem
RegistryItem. compactTree()
CallscompactSubTree()
(see there for the why) on thegetParent()
, since the compaction might join same named siblings and replace this node for it to have all children.RegistryItem
AbstractNode. getItem(String name)
RegistryItem
GroupNode. getItem(String name)
RegistryItem
RegistryItem. getItem(String name)
RegistryItem
RegistryNode. getItem(String name)
RegistryItem
RegistryTree. getItem(BeanContext context, String path)
RegistryItem
RegistryTree. getItem(String name)
protected RegistryItem
RegistryTree. getItemInternal(BeanContext context, String path)
RegistryItem
AbstractNode. getParent()
RegistryItem
RegistryItem. getParent()
Methods in com.composum.sling.core.pckgmgr.regpckg.tree that return types with arguments of type RegistryItem Modifier and Type Method Description Iterable<RegistryItem>
AbstractNode. getItems()
Iterable<RegistryItem>
RegistryItem. getItems()
protected Map<String,RegistryItem>
AbstractNode. getItemsMap()
Constructors in com.composum.sling.core.pckgmgr.regpckg.tree with parameters of type RegistryItem Constructor Description AbstractNode(RegistryItem parent)
GroupNode(RegistryItem parent, String parentPath, String name)
-