public class ArtifactFacade extends Object implements org.eclipse.tycho.p2.metadata.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 org.eclipse.tycho.p2.metadata.IArtifactFacadepublic String getGroupId()
getGroupId in interface org.eclipse.tycho.p2.metadata.IArtifactFacadepublic String getArtifactId()
getArtifactId in interface org.eclipse.tycho.p2.metadata.IArtifactFacadepublic String getVersion()
getVersion in interface org.eclipse.tycho.p2.metadata.IArtifactFacadepublic String getPackagingType()
getPackagingType in interface org.eclipse.tycho.p2.metadata.IArtifactFacadepublic String getClassifier()
getClassifier in interface org.eclipse.tycho.p2.metadata.IArtifactFacadeCopyright © 2008–2019 Eclipse Foundation. All rights reserved.