Package org.eclipse.aether.spi.artifact
Interface ArtifactPredicateFactory
- All Known Implementing Classes:
 DefaultArtifactPredicateFactory
public interface ArtifactPredicateFactory
A factory to create artifact predicates.
- Since:
 - 2.0.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionnewInstance(RepositorySystemSession session) Creates a new artifact predicate for the session. 
- 
Method Details
- 
newInstance
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. 
 
 -