Interface ProjectArtifactsCache.ArtifactsSetWithResult
- All Superinterfaces:
Collection<org.apache.maven.artifact.Artifact>,Iterable<org.apache.maven.artifact.Artifact>,Set<org.apache.maven.artifact.Artifact>
- All Known Implementing Classes:
SetWithResolutionResult
- Enclosing interface:
ProjectArtifactsCache
public static interface ProjectArtifactsCache.ArtifactsSetWithResult
extends Set<org.apache.maven.artifact.Artifact>
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Method Details
-
getResult
DependencyResolutionResult getResult()
-