Package org.eclipse.aether.spi.validator
Interface ValidatorFactory
public interface ValidatorFactory
A factory to create validators.
- Since:
- 2.0.8
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(RepositorySystemSession session) Creates a new validator for the session.
-
Method Details
-
newInstance
Creates a new validator for the session.- Parameters:
session
- The repository system session from which to configure the validator, must not benull
.- Returns:
- The validator for the session, never
null
.
-