Package org.moxie

Examples of org.moxie.VersionRange.containsVersion()


      throws InvalidVersionSpecificationException {
    VersionRange vr = null;

    vr = VersionRange.createFromVersionSpec(requiredVersionRange);

    return vr.containsVersion(actualVersion);
  }

  public void testOrder0() {
    // assertTrue( new DefaultArtifactVersion( "1.0-alpha10" ).compareTo(
    // new DefaultArtifactVersion( "1.0-alpha1" ) ) > 0 );
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.