public class MavenArtifact extends Object
Constructor and Description |
---|
MavenArtifact(org.apache.maven.model.Model pom,
ArtifactCoordinates coordinates,
File artifact) |
Modifier and Type | Method and Description |
---|---|
File |
getArtifactFile() |
protected ArtifactCoordinates |
getCoordinates() |
org.apache.maven.model.Model |
getPom() |
public MavenArtifact(org.apache.maven.model.Model pom, ArtifactCoordinates coordinates, File artifact)
public org.apache.maven.model.Model getPom()
protected ArtifactCoordinates getCoordinates()
public File getArtifactFile()
Copyright © 2017. All rights reserved.