Class ArtifactFacade
- java.lang.Object
-
- org.eclipse.tycho.p2.facade.internal.ArtifactFacade
-
- All Implemented Interfaces:
IArtifactFacade
public class ArtifactFacade extends Object implements IArtifactFacade
-
-
Constructor Summary
Constructors Constructor Description ArtifactFacade(org.apache.maven.artifact.Artifact wrappedArtifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
String
getClassifier()
String
getGroupId()
File
getLocation()
String
getPackagingType()
String
getVersion()
-
-
-
Method Detail
-
getLocation
public File getLocation()
- Specified by:
getLocation
in interfaceIArtifactFacade
-
getGroupId
public String getGroupId()
- Specified by:
getGroupId
in interfaceIArtifactFacade
-
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactId
in interfaceIArtifactFacade
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceIArtifactFacade
-
getPackagingType
public String getPackagingType()
- Specified by:
getPackagingType
in interfaceIArtifactFacade
-
getClassifier
public String getClassifier()
- Specified by:
getClassifier
in interfaceIArtifactFacade
-
-