public class TreeProviderService extends java.lang.Object implements TreeProvider
Constructor and Description |
---|
TreeProviderService() |
Modifier and Type | Method and Description |
---|---|
@NotNull NodeState |
asNodeState(@NotNull Tree readOnlyTree) |
@NotNull Tree |
createReadOnlyTree(@NotNull NodeState rootState) |
@NotNull Tree |
createReadOnlyTree(@NotNull Tree readOnlyParent,
@NotNull java.lang.String childName,
@NotNull NodeState childState) |
@NotNull public @NotNull Tree createReadOnlyTree(@NotNull @NotNull NodeState rootState)
createReadOnlyTree
in interface TreeProvider
@NotNull public @NotNull Tree createReadOnlyTree(@NotNull @NotNull Tree readOnlyParent, @NotNull @NotNull java.lang.String childName, @NotNull @NotNull NodeState childState)
createReadOnlyTree
in interface TreeProvider
@NotNull public @NotNull NodeState asNodeState(@NotNull @NotNull Tree readOnlyTree)
asNodeState
in interface TreeProvider
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.