public interface MetadataGenerator
| Modifier and Type | Method and Description | 
|---|---|
| Collection<? extends org.eclipse.aether.metadata.Metadata> | finish(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts)Allows for metadata generation based on the transformed artifacts. | 
| Collection<? extends org.eclipse.aether.metadata.Metadata> | prepare(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. | 
Collection<? extends org.eclipse.aether.metadata.Metadata> prepare(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.Collection<? extends org.eclipse.aether.metadata.Metadata> finish(Collection<? extends org.eclipse.aether.artifact.Artifact> artifacts)
artifacts - The (transformed) artifacts to install/deploy, must not be null.null.Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.