Interface ArtifactPredicateFactory


public interface ArtifactPredicateFactory
A factory to create artifact predicates.
Since:
2.0.0
  • Method Summary

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

    • newInstance

      ArtifactPredicate newInstance(org.eclipse.aether.RepositorySystemSession session)
      Creates a new artifact predicate for the session.
      Parameters:
      session - The repository system session from which to configure the generator, must not be null.
      Returns:
      The artifact predicate for the session, never null.