- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.upgrade.security.RestrictionEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.upgrade.security.RestrictionEditor
-
- clearInUse() - Method in class org.apache.jackrabbit.oak.upgrade.blob.LengthCachingDataStore
-
- close() - Method in class org.apache.jackrabbit.oak.upgrade.blob.LengthCachingDataStore
-
- copy() - Method in class org.apache.jackrabbit.oak.upgrade.RepositorySidegrade
-
Copies the full content from the source to the target repository.
- copy(File, NodeStore) - Static method in class org.apache.jackrabbit.oak.upgrade.RepositoryUpgrade
-
Copies the contents of the repository in the given source directory
to the given target node store.
- copy(RepositoryConfig, NodeStore) - Static method in class org.apache.jackrabbit.oak.upgrade.RepositoryUpgrade
-
Copies the contents of the repository with the given configuration
to the given target node builder.
- copy(RepositoryInitializer) - Method in class org.apache.jackrabbit.oak.upgrade.RepositoryUpgrade
-
Copies the full content from the source to the target repository.
- copyNodeState(NodeState, NodeBuilder, String, Set<String>) - Static method in class org.apache.jackrabbit.oak.upgrade.nodestate.NodeStateCopier
-
Recursively copies the source NodeState to the target NodeBuilder.
- copyNodeStore(NodeStore, NodeStore) - Static method in class org.apache.jackrabbit.oak.upgrade.nodestate.NodeStateCopier
-
Shorthand method to copy one NodeStore to another.
- copyProperties(NodeState, NodeBuilder) - Static method in class org.apache.jackrabbit.oak.upgrade.nodestate.NodeStateCopier
-
Copies all changed properties from the source NodeState to the target
NodeBuilder instance.