Interface ValidatorFactory


  • public interface ValidatorFactory
    A factory to create validators.
    Since:
    2.0.8
    • 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 be null.
        Returns:
        The validator for the session, never null.