Package org.eclipse.aether.spi.artifact
Interface ArtifactPredicateFactory
-
public interface ArtifactPredicateFactory
A factory to create artifact predicates.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactPredicatenewInstance(org.eclipse.aether.RepositorySystemSession session)Creates a new artifact predicate for the session.
-
-
-
Method Detail
-
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 benull.- Returns:
- The artifact predicate for the session, never
null.
-
-