Package de.mhus.lib.core.util
Class MMaven.Artifact
- java.lang.Object
-
- de.mhus.lib.core.util.MMaven.Artifact
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MMaven.ArtifactcreatePomArtifact()StringgetArtifactId()VersiongetEstimatedVersion()StringgetGroupId()StringgetType()StringgetVersion()booleanisRelease()StringtoLocation()StringtoString()
-
-
-
Constructor Detail
-
Artifact
public Artifact(Element xml)
-
-
Method Detail
-
createPomArtifact
public MMaven.Artifact createPomArtifact()
-
toLocation
public String toLocation()
-
isRelease
public boolean isRelease()
-
getGroupId
public String getGroupId()
-
getArtifactId
public String getArtifactId()
-
getVersion
public String getVersion()
-
getType
public String getType()
-
getEstimatedVersion
public Version getEstimatedVersion()
-
-