org.xwiki.extension.version
Interface VersionRangeCollection

All Superinterfaces:
Serializable, VersionRange

public interface VersionRangeCollection
extends VersionRange

Extends VersionRange to as a list of VersionRange.

Since:
4.0M1
Version:
$Id: ae5416a39d3a8189ea84ac2c8f595359db28ef62 $

Method Summary
 Collection<VersionRange> getRanges()
          Gets the version ranges.
 
Methods inherited from interface org.xwiki.extension.version.VersionRange
containsVersion, getValue, isCompatible
 

Method Detail

getRanges

Collection<VersionRange> getRanges()
Gets the version ranges.

Returns:
the version ranges, never null.


Copyright © 2004-2013 XWiki. All Rights Reserved.