org.apache.ivy.core.module.id
public class ArtifactId extends Object
See Also: org.apache.ivy.core.module.id
Constructor Summary | |
---|---|
ArtifactId(ModuleId mid, String name, String type, String ext) |
Method Summary | |
---|---|
boolean | equals(Object obj) |
String | getExt() |
ModuleId | getModuleId() |
String | getName() |
String | getShortDescription() |
String | getType() |
int | hashCode() |
String | toString() |
Parameters: mid The ModuleId, which is the base of this artifact. name The name of the artifact. type The type of the artifact.
Returns: Returns the ext.
Returns: Returns the module id.
Returns: Returns the name.
Returns: Returns the type.