org.sonatype.aether.version
Interface VersionRange


public interface VersionRange

A range of versions.

Author:
Benjamin Bentmann

Method Summary
 boolean containsVersion(Version version)
          Determines whether the specified version is contained within this range.
 

Method Detail

containsVersion

boolean containsVersion(Version version)
Determines whether the specified version is contained within this range.

Parameters:
version - The version to test, must not be null.
Returns:
true if this range contains the specified version, false otherwise.


Copyright © 2010-2013. All Rights Reserved.