Uses of Interface
org.eclipse.aether.spi.validator.Validator
Packages that use Validator
-
Uses of Validator in org.eclipse.aether.spi.validator
Fields in org.eclipse.aether.spi.validator declared as ValidatorModifier and TypeFieldDescriptionstatic final ValidatorValidatorFactory.NOOPThe no-op (does not validate anything) instance of validator.Methods in org.eclipse.aether.spi.validator that return ValidatorModifier and TypeMethodDescriptionValidatorFactory.newInstance(org.eclipse.aether.RepositorySystemSession session) Creates a new validator for the session, orValidatorFactory.NOOPto abstain from validation.