public class ArtifactFacade extends Object implements IArtifactFacade
| Constructor and Description |
|---|
ArtifactFacade(org.apache.maven.artifact.Artifact wrappedArtifact) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
File |
getLocation() |
String |
getPackagingType() |
String |
getVersion() |
public ArtifactFacade(org.apache.maven.artifact.Artifact wrappedArtifact)
public File getLocation()
getLocation in interface IArtifactFacadepublic String getGroupId()
getGroupId in interface IArtifactFacadepublic String getArtifactId()
getArtifactId in interface IArtifactFacadepublic String getVersion()
getVersion in interface IArtifactFacadepublic String getPackagingType()
getPackagingType in interface IArtifactFacadepublic String getClassifier()
getClassifier in interface IArtifactFacadeCopyright © 2008-2013 Eclipse Foundation. All Rights Reserved.