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 IArtifactFacade
public String getGroupId()
getGroupId
in interface IArtifactFacade
public String getArtifactId()
getArtifactId
in interface IArtifactFacade
public String getClassifier()
getClassifier
in interface IArtifactFacade
public String getVersion()
getVersion
in interface IArtifactFacade
public String getPackagingType()
getPackagingType
in interface IArtifactFacade
Copyright © 2008–2013 Eclipse Foundation. All rights reserved.