Class VersionInRangeDTO


  • public class VersionInRangeDTO
    extends VersionDTO
    A representation of a version in a version range.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean include
      Indicates if the version is included in the range.
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • include

        public boolean include
        Indicates if the version is included in the range.
    • Constructor Detail

      • VersionInRangeDTO

        public VersionInRangeDTO()