|
||||||||||
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 | |
---|---|
java.util.Collection<? extends Metadata> |
finish(java.util.Collection<? extends Artifact> artifacts)
Allows for metadata generation based on the transformed artifacts. |
java.util.Collection<? extends Metadata> |
prepare(java.util.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 |
---|
java.util.Collection<? extends Metadata> prepare(java.util.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
.java.util.Collection<? extends Metadata> finish(java.util.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 |