public interface ArtifactConverter
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Map<org.apache.maven.artifact.Artifact,List<String>> | getWarnings()Get the map of accumulated warnings for the conversion. | 
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.ArtifactConversionExceptionMap<org.apache.maven.artifact.Artifact,List<String>> getWarnings()
void clearWarnings()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.