|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetadataGenerator
A metadata generator that participates in the installation/deployment of artifacts.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||