Class AttachedArtifact
- java.lang.Object
-
- org.eclipse.tycho.p2.facade.internal.AttachedArtifact
-
- All Implemented Interfaces:
IArtifactFacade
public class AttachedArtifact extends Object implements IArtifactFacade
-
-
Constructor Summary
Constructors Constructor Description AttachedArtifact(org.apache.maven.project.MavenProject project, File location, String classifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()StringgetClassifier()StringgetGroupId()FilegetLocation()StringgetPackagingType()StringgetVersion()
-
-
-
Method Detail
-
getLocation
public File getLocation()
- Specified by:
getLocationin interfaceIArtifactFacade
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfaceIArtifactFacade
-
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactIdin interfaceIArtifactFacade
-
getClassifier
public String getClassifier()
- Specified by:
getClassifierin interfaceIArtifactFacade
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceIArtifactFacade
-
getPackagingType
public String getPackagingType()
- Specified by:
getPackagingTypein interfaceIArtifactFacade
-
-