| Constructor and Description |
|---|
ArtifactsLibraries(Set<org.apache.maven.artifact.Artifact> artifacts,
Collection<org.apache.maven.model.Dependency> unpacks,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
doWithLibraries(LibraryCallback callback)
Iterate all relevant libraries.
|
public ArtifactsLibraries(Set<org.apache.maven.artifact.Artifact> artifacts, Collection<org.apache.maven.model.Dependency> unpacks, org.apache.maven.plugin.logging.Log log)
public void doWithLibraries(LibraryCallback callback) throws IOException
LibrariesdoWithLibraries in interface Librariescallback - a callback for each relevant library.IOException - if the operation failsCopyright © 2025. All rights reserved.