Class AttachedArtifact
- java.lang.Object
-
- org.eclipse.tycho.p2.facade.internal.AttachedArtifact
-
- All Implemented Interfaces:
org.eclipse.tycho.p2.metadata.IArtifactFacade
public class AttachedArtifact extends Object implements org.eclipse.tycho.p2.metadata.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 interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactIdin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getClassifier
public String getClassifier()
- Specified by:
getClassifierin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getPackagingType
public String getPackagingType()
- Specified by:
getPackagingTypein interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
-