org.mule.util
Class JdkVersionUtils.JdkVersionRange

java.lang.Object
  extended by org.mule.util.VersionRange
      extended by org.mule.util.JdkVersionUtils.JdkVersionRange
Enclosing class:
JdkVersionUtils

public static class JdkVersionUtils.JdkVersionRange
extends VersionRange


Field Summary
 
Fields inherited from class org.mule.util.VersionRange
LOWER_BOUND_EXCLUSIVE, LOWER_BOUND_INCLUSIVE, UPPER_BOUND_EXCLUSIVE, UPPER_BOUND_INCLUSIVE, VALID_VERSION_RANGES, VERSION_RANGE, VERSION_RANGES
 
Constructor Summary
JdkVersionUtils.JdkVersionRange(String versionRange)
           
 
Method Summary
 boolean contains(JdkVersionUtils.JdkVersion jdkVersion)
           
 
Methods inherited from class org.mule.util.VersionRange
createVersionRanges, getLowerVersion, getUpperVersion, isLowerBoundInclusive, isUpperBoundInclusive, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdkVersionUtils.JdkVersionRange

public JdkVersionUtils.JdkVersionRange(String versionRange)
Method Detail

contains

public boolean contains(JdkVersionUtils.JdkVersion jdkVersion)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.