Package org.eclipse.aether.spi.validator
Interface ValidatorFactory
-
public interface ValidatorFactory
A factory to create validators.- Since:
- 2.0.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidatornewInstance(org.eclipse.aether.RepositorySystemSession session)Creates a new validator for the session.
-
-
-
Method Detail
-
newInstance
Validator newInstance(org.eclipse.aether.RepositorySystemSession session)
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.
-
-