Class VersionDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.manifest.dto.VersionDTO
-
- Direct Known Subclasses:
VersionInRangeDTO
public class VersionDTO extends org.osgi.dto.DTO
A representation of a version.
-
-
Constructor Summary
Constructors Constructor Description VersionDTO()
-
-
-
Field Detail
-
major
public int major
The major part of the version.
-
minor
public java.lang.Integer minor
The minor part of the version.Must be
null
if the version does not contain a minor part.
-
micro
public java.lang.Integer micro
The micro part of the version.Must be
null
if the version does not contain a minor or a micro part.
-
qualifier
public java.lang.String qualifier
The qualifier part of the version.Must be
null
if the version does not contain a minor, a micro or a qualifier part.
-
-