Class DefaultArtifactPredicateFactory

  • All Implemented Interfaces:
    org.eclipse.aether.spi.artifact.ArtifactPredicateFactory

    @Singleton
    @Named
    public final class DefaultArtifactPredicateFactory
    extends java.lang.Object
    implements org.eclipse.aether.spi.artifact.ArtifactPredicateFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultArtifactPredicateFactory​(org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.aether.spi.artifact.ArtifactPredicate newInstance​(org.eclipse.aether.RepositorySystemSession session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultArtifactPredicateFactory

        @Inject
        public DefaultArtifactPredicateFactory​(org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector)
    • Method Detail

      • newInstance

        public org.eclipse.aether.spi.artifact.ArtifactPredicate newInstance​(org.eclipse.aether.RepositorySystemSession session)
        Specified by:
        newInstance in interface org.eclipse.aether.spi.artifact.ArtifactPredicateFactory