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