public class DefaultVersioning extends Object implements Versioning
Constructor and Description |
---|
DefaultVersioning(String version) |
Modifier and Type | Method and Description |
---|---|
String |
getAsOSGiVersion() |
long |
getBuildNumber() |
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
String |
getQualifier() |
String |
getVersion() |
public DefaultVersioning(String version)
public String getVersion()
public int getMajor()
getMajor
in interface Versioning
public int getMinor()
getMinor
in interface Versioning
public int getPatch()
getPatch
in interface Versioning
public String getAsOSGiVersion()
getAsOSGiVersion
in interface Versioning
public long getBuildNumber()
getBuildNumber
in interface Versioning
public String getQualifier()
getQualifier
in interface Versioning
Copyright © 2005–2020 MojoHaus. All rights reserved.