Interface ArtifactHelper
-
- All Known Implementing Classes:
ArtifactHelperImpl
public interface ArtifactHelper- Author:
- cybercon <bndly@cybercon.de>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetProjectBaseDirPath()org.codehaus.plexus.archiver.UnArchivergetUnArchiver(File toFile)org.apache.maven.artifact.ArtifactloadArtifact(ArtifactDefinition appMain)org.apache.maven.artifact.ArtifactresolveArtifact(org.apache.maven.artifact.Artifact mavenArtifact)PathresolvePathToArtifact(ArtifactDefinition artifactDefinition)
-
-
-
Method Detail
-
resolvePathToArtifact
Path resolvePathToArtifact(ArtifactDefinition artifactDefinition) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
loadArtifact
org.apache.maven.artifact.Artifact loadArtifact(ArtifactDefinition appMain) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getUnArchiver
org.codehaus.plexus.archiver.UnArchiver getUnArchiver(File toFile) throws org.codehaus.plexus.archiver.manager.NoSuchArchiverException
- Throws:
org.codehaus.plexus.archiver.manager.NoSuchArchiverException
-
getProjectBaseDirPath
Path getProjectBaseDirPath()
-
resolveArtifact
org.apache.maven.artifact.Artifact resolveArtifact(org.apache.maven.artifact.Artifact mavenArtifact) throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-