Class VersionRangeDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.manifest.dto.VersionRangeDTO
-
public class VersionRangeDTO extends org.osgi.dto.DTO
A representation of a version range.
-
-
Field Summary
Fields Modifier and Type Field Description VersionInRangeDTO
ceiling
The ceiling of the range.VersionInRangeDTO
floor
The floor of the range.
-
Constructor Summary
Constructors Constructor Description VersionRangeDTO()
-
-
-
Field Detail
-
floor
public VersionInRangeDTO floor
The floor of the range.If it is not specified this field must be set to the default value.
-
ceiling
public VersionInRangeDTO ceiling
The ceiling of the range.If this field is
null
the ceiling must be interpreted as infinite.
-
-