org.mule.util
Class JdkVersionUtils.JdkVersion

java.lang.Object
  extended by org.mule.util.JdkVersionUtils.JdkVersion
All Implemented Interfaces:
Comparable<JdkVersionUtils.JdkVersion>
Enclosing class:
JdkVersionUtils

public static class JdkVersionUtils.JdkVersion
extends Object
implements Comparable<JdkVersionUtils.JdkVersion>


Constructor Summary
JdkVersionUtils.JdkVersion(String jdkVersionStr)
           
 
Method Summary
 int compareTo(JdkVersionUtils.JdkVersion other)
           
 boolean equals(Object obj)
           
 Integer getMajor()
           
 Integer getMicro()
           
 String getMilestone()
           
 Integer getMinor()
           
 Integer getUpdate()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkVersionUtils.JdkVersion

public JdkVersionUtils.JdkVersion(String jdkVersionStr)
Method Detail

getMajor

public Integer getMajor()

getMicro

public Integer getMicro()

getMilestone

public String getMilestone()

getMinor

public Integer getMinor()

getUpdate

public Integer getUpdate()

compareTo

public int compareTo(JdkVersionUtils.JdkVersion other)
Specified by:
compareTo in interface Comparable<JdkVersionUtils.JdkVersion>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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