Class AttachedArtifact
java.lang.Object
org.eclipse.tycho.p2.facade.internal.AttachedArtifact
- All Implemented Interfaces:
org.eclipse.tycho.p2.metadata.IArtifactFacade,org.eclipse.tycho.p2.metadata.ReactorProjectFacade
public final class AttachedArtifact
extends Object
implements org.eclipse.tycho.p2.metadata.ReactorProjectFacade
-
Constructor Summary
ConstructorsConstructorDescriptionAttachedArtifact(org.apache.maven.project.MavenProject project, File location, String classifier) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.tycho.p2.metadata.IArtifactFacade
getDependencyTrail, getRepository
-
Constructor Details
-
AttachedArtifact
-
-
Method Details
-
getLocation
- Specified by:
getLocationin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getGroupId
- Specified by:
getGroupIdin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getArtifactId
- Specified by:
getArtifactIdin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getClassifier
- Specified by:
getClassifierin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getVersion
- Specified by:
getVersionin interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getPackagingType
- Specified by:
getPackagingTypein interfaceorg.eclipse.tycho.p2.metadata.IArtifactFacade
-
getReactorProject
public org.eclipse.tycho.ReactorProject getReactorProject()- Specified by:
getReactorProjectin interfaceorg.eclipse.tycho.p2.metadata.ReactorProjectFacade
-
toString
-
hashCode
public int hashCode() -
equals
-