Class PrivateStoreValidatorProvider
- java.lang.Object
-
- org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
-
- org.apache.jackrabbit.oak.composite.PrivateStoreValidatorProvider
-
- All Implemented Interfaces:
EditorProvider
public class PrivateStoreValidatorProvider extends ValidatorProvider
Validator
which detects change commits to the read only mounts.
-
-
Constructor Summary
Constructors Constructor Description PrivateStoreValidatorProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Validator
getRootValidator(NodeState before, NodeState after, CommitInfo info)
-
Methods inherited from class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
getRootEditor
-
-
-
-
Method Detail
-
getRootValidator
@NotNull public @NotNull Validator getRootValidator(NodeState before, NodeState after, CommitInfo info)
-
-