Class GlobalDocumentChangeValidator
java.lang.Object
com.yahoo.vespa.model.application.validation.change.GlobalDocumentChangeValidator
- All Implemented Interfaces:
ChangeValidator
Class that adds a validation failure if global attribute changes for a document
type in a content cluster unless corresponding override is present.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Validation.ChangeContext context) Validates changes from the previous to the next model.
-
Constructor Details
-
GlobalDocumentChangeValidator
public GlobalDocumentChangeValidator()
-
-
Method Details
-
validate
Description copied from interface:ChangeValidatorValidates changes from the previous to the next model. Necessary actions by the user should be reported through the context; seeValidatorfor more details.- Specified by:
validatein interfaceChangeValidator
-