public interface VersionRange
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsVersion(Version version)
Determines whether the specified version is contained within this range.
|
boolean containsVersion(Version version)
version - The version to test, must not be null.true if this range contains the specified version, false otherwise.Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.