Interface ValidatorFactory


public interface ValidatorFactory
A factory to create validators.
Since:
2.0.8
  • Method Summary

    Modifier and Type
    Method
    Description
    newInstance(org.eclipse.aether.RepositorySystemSession session)
    Creates a new validator for the session.
  • Method Details

    • 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.