public interface MetadataGenerator
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<? extends org.eclipse.aether.metadata.Metadata> |
finish(java.util.Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) |
Allows for metadata generation based on the transformed artifacts.
|
java.util.Collection<? extends org.eclipse.aether.metadata.Metadata> |
prepare(java.util.Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts) |
Prepares the generator to transform artifacts.
|
org.eclipse.aether.artifact.Artifact |
transformArtifact(org.eclipse.aether.artifact.Artifact artifact) |
Enables the metadata generator to transform the specified artifact.
|
java.util.Collection<? extends org.eclipse.aether.metadata.Metadata> prepare(java.util.Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts)
artifacts - The artifacts to install/deploy, must not be null.null.org.eclipse.aether.artifact.Artifact transformArtifact(org.eclipse.aether.artifact.Artifact artifact)
artifact - The artifact to transform, must not be null.null.java.util.Collection<? extends org.eclipse.aether.metadata.Metadata> finish(java.util.Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts)
artifacts - The (transformed) artifacts to install/deploy, must not be null.null.