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$

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-2012 XWiki. All Rights Reserved.