Uses of Interface
org.xwiki.extension.tree.ExtensionNode
-
Packages that use ExtensionNode Package Description org.xwiki.extension.repository org.xwiki.extension.tree -
-
Uses of ExtensionNode in org.xwiki.extension.repository
Methods in org.xwiki.extension.repository that return ExtensionNode Modifier and Type Method Description default ExtensionNode<InstalledExtension>
InstalledExtensionRepository. getOrphanedDependencies(InstalledExtension extension, Namespace namespace)
Create a dependency tree containing the dependencies which are not shared with other extensions. -
Uses of ExtensionNode in org.xwiki.extension.tree
Methods in org.xwiki.extension.tree that return types with arguments of type ExtensionNode Modifier and Type Method Description List<ExtensionNode<E>>
ExtensionNode. getChildren()
-