Package org.apache.ivy.core.module.id
Class ArtifactId
java.lang.Object
org.apache.ivy.core.module.id.ArtifactId
Identifies an artifact in a module, without revision information
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArtifactId
- Parameters:
mid
- The ModuleId, which is the base of this artifact.name
- The name of the artifact.type
- The type of the artifact.ext
- The name extension of the artifact.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getShortDescription
-
getModuleId
- Returns:
- Returns the module id.
-
getName
- Returns:
- Returns the name.
-
getType
- Returns:
- Returns the type.
-
getExt
- Returns:
- Returns the ext.
-