Package org.hotswap.agent.versions
Class MavenInfo
- java.lang.Object
-
- org.hotswap.agent.versions.MavenInfo
-
public class MavenInfo extends Object
The Class MavenInfo.- Author:
- alpapad@gmail.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetArtifactId()Gets the artifact id.StringgetGroupId()Gets the group id.ArtifactVersiongetVersion()Gets the version.inthashCode()StringtoString()
-
-
-
Method Detail
-
getArtifactId
public String getArtifactId()
Gets the artifact id.- Returns:
- the artifact id
-
getGroupId
public String getGroupId()
Gets the group id.- Returns:
- the group id
-
getVersion
public ArtifactVersion getVersion()
Gets the version.- Returns:
- the version
-
-