public interface MetadataGenerator
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Metadata> |
finish(Collection<? extends Artifact> artifacts)
Allows for metadata generation based on the transformed artifacts.
|
Collection<? extends Metadata> |
prepare(Collection<? extends Artifact> artifacts)
Prepares the generator to transform artifacts.
|
Artifact |
transformArtifact(Artifact artifact)
Enables the metadata generator to transform the specified artifact.
|
Collection<? extends Metadata> prepare(Collection<? extends Artifact> artifacts)
artifacts - The artifacts to install/deploy, must not be null.null.Artifact transformArtifact(Artifact artifact)
artifact - The artifact to transform, must not be null.null.Collection<? extends Metadata> finish(Collection<? extends Artifact> artifacts)
artifacts - The (transformed) artifacts to install/deploy, must not be null.null.Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.