public interface ArtifactCollectorSPI
RemoteRepository.| Modifier and Type | Method and Description |
|---|---|
Collection<org.eclipse.aether.artifact.Artifact> |
collectArtifacts(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.repository.RemoteRepository remoteRepository)
Returns collected artifacts or
null if collection was not possible for any reason. |
Collection<org.eclipse.aether.artifact.Artifact> collectArtifacts(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.RemoteRepository remoteRepository) throws IOException
null if collection was not possible for any reason.
Collector should collect only relevant artifacts, those that are subject to signing.
IOExceptionCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.