Uses of Interface
org.eclipse.aether.spi.validator.Validator
-
Packages that use Validator Package Description org.eclipse.aether.spi.validator Validator SPI. -
-
Uses of Validator in org.eclipse.aether.spi.validator
Fields in org.eclipse.aether.spi.validator declared as Validator Modifier and Type Field Description static ValidatorValidatorFactory. NOOPThe no-op (does not validate anything) instance of validator.Methods in org.eclipse.aether.spi.validator that return Validator Modifier and Type Method Description ValidatorValidatorFactory. newInstance(org.eclipse.aether.RepositorySystemSession session)Creates a new validator for the session, orValidatorFactory.NOOPto abstain from validation.
-