Package org.eclipse.aether.internal.impl
Class DefaultArtifactPredicate
java.lang.Object
org.eclipse.aether.internal.impl.DefaultArtifactPredicate
- All Implemented Interfaces:
 org.eclipse.aether.spi.artifact.ArtifactPredicate
public final class DefaultArtifactPredicate
extends Object
implements org.eclipse.aether.spi.artifact.ArtifactPredicate
- 
Constructor Summary
ConstructorsConstructorDescriptionDefaultArtifactPredicate(org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, Set<String> extensionsWithoutChecksums)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisChecksum(org.eclipse.aether.artifact.Artifact artifact) booleanisWithoutChecksum(org.eclipse.aether.artifact.Artifact artifact) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.aether.spi.artifact.ArtifactPredicate
hasChecksums 
- 
Constructor Details
- 
DefaultArtifactPredicate
public DefaultArtifactPredicate(org.eclipse.aether.spi.connector.checksum.ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector, Set<String> extensionsWithoutChecksums)  
 - 
 - 
Method Details
- 
isWithoutChecksum
- Specified by:
 isWithoutChecksumin interfaceorg.eclipse.aether.spi.artifact.ArtifactPredicate
 - 
isChecksum
- Specified by:
 isChecksumin interfaceorg.eclipse.aether.spi.artifact.ArtifactPredicate
 
 -