static NodeStateCopier.Builder |
NodeStateCopier.builder() |
Create a NodeStateCopier.Builder.
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.exclude(@NotNull String... paths) |
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.exclude(@NotNull Set<String> paths) |
Set exclude paths.
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.excludeFragments(@NotNull String... fragments) |
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.excludeFragments(@NotNull Set<String> fragments) |
Set exclude fragments.
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.include(@NotNull String... paths) |
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.include(@NotNull Set<String> paths) |
Set include paths.
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.merge(@NotNull String... paths) |
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.merge(@NotNull Set<String> paths) |
Set merge paths.
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.preserve(@org.jetbrains.annotations.NotNull boolean preserveOnTarget) |
Set if preserve paths on target
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.supportFragment(@NotNull String... paths) |
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.supportFragment(@NotNull Set<String> paths) |
Set fragment paths.
|
NodeStateCopier.Builder |
NodeStateCopier.Builder.withNodeConsumer(@NotNull Consumer consumer) |
Set consumer for node additions.
|
@NotNull NodeStateCopier.Builder |
NodeStateCopier.Builder.withReferenceableFrozenNodes(boolean isReferenceable) |
|