Package org.reficio.p2.resolver.maven
Class Artifact
- java.lang.Object
-
- org.reficio.p2.resolver.maven.Artifact
-
public class Artifact extends Object
Represents one artifact (normally a jar file). Decouples the plugin's model and the Aether model.- Since:
- 1.1.0
- Author:
- Tom Bujok (tom.bujok@gmail.com)
Reficio (TM) - Reestablish your software!
http://www.reficio.org
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetArtifactId()StringgetBaseVersion()StringgetClassifier()StringgetExtendedId()StringgetExtension()FilegetFile()StringgetGroupId()StringgetLongId()StringgetShortId()StringgetVersion()inthashCode()booleanisSnapshot()StringtoString()
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
-
getArtifactId
public String getArtifactId()
-
getBaseVersion
public String getBaseVersion()
-
getExtension
public String getExtension()
-
getClassifier
public String getClassifier()
-
isSnapshot
public boolean isSnapshot()
-
getVersion
public String getVersion()
-
getFile
public File getFile()
-
getShortId
public String getShortId()
-
getExtendedId
public String getExtendedId()
-
getLongId
public String getLongId()
-
-