java.lang.Object
org.eclipse.tycho.DefaultArtifactKey
- All Implemented Interfaces:
ArtifactKey
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultArtifactKey(String type, String id) DefaultArtifactKey(String type, String id, String version) -
Method Summary
-
Constructor Details
-
DefaultArtifactKey
-
DefaultArtifactKey
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getType
Description copied from interface:ArtifactKeyArtifact type. Should be one of theArtifactTypeconstants.- Specified by:
getTypein interfaceArtifactKey- See Also:
-
getId
Eclipse/OSGi artifact id. Can differ from Maven artifactId.- Specified by:
getIdin interfaceArtifactKey
-
getVersion
Eclipse/OSGi artifact version. Can differ from Maven version. For maven projects, this version corresponds to version specified in the project sources and does not reflect qualifier expansion.- Specified by:
getVersionin interfaceArtifactKey
-