|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface ArtifactConverter
ArtifactConverter
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
|
| Method Summary | |
|---|---|
void |
clearWarnings()
Clear the list of warning messages. |
void |
convert(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.repository.ArtifactRepository destinationRepository)
Convert an provided artifact, and place it into the destination repository. |
java.util.Map<org.apache.maven.artifact.Artifact,java.util.List<java.lang.String>> |
getWarnings()
Get the map of accumulated warnings for the conversion. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
void convert(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.repository.ArtifactRepository destinationRepository)
throws ArtifactConversionException
artifact - the artifact to convert.destinationRepository - the respository to send the artifact to.
ArtifactConversionExceptionjava.util.Map<org.apache.maven.artifact.Artifact,java.util.List<java.lang.String>> getWarnings()
Map<Artifact, String> warning messages.void clearWarnings()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||