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 voidPackageServlet.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 classAbstractNodeclassGroupNodeclassPackageNodeclassRegistryNodeclassRegistryTreeclassVersionNodeMethods in com.composum.sling.core.pckgmgr.regpckg.tree that return RegistryItem Modifier and Type Method Description RegistryItemAbstractNode. compactTree()RegistryItemRegistryItem. 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.RegistryItemAbstractNode. getItem(String name)RegistryItemGroupNode. getItem(String name)RegistryItemRegistryItem. getItem(String name)RegistryItemRegistryNode. getItem(String name)RegistryItemRegistryTree. getItem(BeanContext context, String path)RegistryItemRegistryTree. getItem(String name)protected RegistryItemRegistryTree. getItemInternal(BeanContext context, String path)RegistryItemAbstractNode. getParent()RegistryItemRegistryItem. 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)
-