Class CrossMountReferenceValidatorProvider
java.lang.Object
org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
org.apache.jackrabbit.oak.composite.CrossMountReferenceValidatorProvider
- All Implemented Interfaces:
EditorProvider
@Property(name="type",
value="crossMountRefValidator",
propertyPrivate=true)
@Service({ValidatorProvider.class,EditorProvider.class})
public class CrossMountReferenceValidatorProvider
extends ValidatorProvider
Validator which detects references crossing the mount boundaries-
Constructor Summary
ConstructorsConstructorDescriptionCrossMountReferenceValidatorProvider(MountInfoProvider mountInfoProvider, boolean failOnDetection) -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
getRootEditor
-
Constructor Details
-
CrossMountReferenceValidatorProvider
public CrossMountReferenceValidatorProvider() -
CrossMountReferenceValidatorProvider
public CrossMountReferenceValidatorProvider(MountInfoProvider mountInfoProvider, boolean failOnDetection)
-