Package org.apache.maven.buildcache
Interface RestoredArtifactHandler
-
- All Known Implementing Classes:
DefaultRestoredArtifactHandler
public interface RestoredArtifactHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Path
adjustArchiveArtifactVersion(org.apache.maven.project.MavenProject project, String originalArtifactVersion, Path artifactFile)
-
-
-
Method Detail
-
adjustArchiveArtifactVersion
Path adjustArchiveArtifactVersion(org.apache.maven.project.MavenProject project, String originalArtifactVersion, Path artifactFile) throws IOException
- Throws:
IOException
-
-