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